Advertisement

强化学习中Sarsa与Q-learning的收敛性和最优性比较(策略类型对比)

阅读量:

1. Sarsa 与Q-learning

在这里插入图片描述
在这里插入图片描述

Q-learning greedily acquires the optimal state-action value function in each TD step, whereas Sarsa employs an e-greedy strategy to select the next state-action value function within each TD step. In such scenarios, Q-learning tends to preferentially identify an optimal policy, while Sarsa may converge to a suboptimal policy due to its random selection of th

全部评论 (0)

还没有任何评论哟~