5075机器学习简单数值题short
Recover Bootstrapped Target From a Q-Learning Update 10
题目
A tabular Q-learning step starts from old Q=0, uses learning rate alpha=0.5, reward 0.1, and discount gamma=0.99. After the update the Q-value becomes 3. What max_a' Q(s',a') must the learner have used?
解题计时
0:00
提交作答时记录,用于后续平均用时统计。
你的答案