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

Recover Bootstrapped Target From a Q-Learning Update 8

题目

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

解题计时

0:00

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

你的答案