[问题] evaluations.py 中的 current_rewards

作者: annimukherjee创建于 2025年6月10日更新于 2026年5月2日
标签question

if dones[i]: if is_monitor_wrapped: # Atari wrapper can send a "done" signal when the episode is over, but it is not the case for the other environments. So, we need to check if the episode is over or not.

内容来源: DLR-RM/stable-baselines3