opendilab / DI-engine

OpenDILab Decision AI Engine
https://di-engine-docs.readthedocs.io
Apache License 2.0
2.79k stars 348 forks source link

如何获取每个episode的reward值 #787

Closed dajianer closed 3 months ago

dajianer commented 3 months ago

image 这样显示的图像太稀疏了,有没有什么办法能获取每个episode的返回值

zjowowen commented 3 months ago

You can add "eval=dict(evaluator=dict(eval_freq=10, ))," into the configuration as in the file: pong_dqn_config.py