← 返回数学题库
5074机器学习简单数值题short

Recover Bootstrapped Target From a Q-Learning Update 9

题目

A tabular Q-learning step starts from old Q=0.7, uses learning rate alpha=0.4, reward 0.3, and discount gamma=0.9. After the update the Q-value becomes 2. What max_a' Q(s',a') must the learner have used?

解题计时

0:00

提交作答时记录,用于后续平均用时统计。

你的答案