02ReinforcementLearning1.6A, SARSA algorithm
From Wulfram Gerstner
views
comments
From Wulfram Gerstner
The SARSA algorithm is a powerful algorithm of practical importance. SARSA stands for the sequence "state-action-reward-state-action" that needs to be taken before an update occurs. SARSA is an online on-policy algorithm.
(updated on March 11, 2021)