RITCHIEHuang / DeepRL_Algorithms

DeepRL algorithms implementation easy for understanding and reading with Pytorch and Tensorflow 2(DQN, REINFORCE, VPG, A2C, TRPO, PPO, DDPG, TD3, SAC)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A problem about A2C eval

guest-oo opened this issue · comments

May I ask the author, after the training of a2c algorithm, shouldn't the randomness be eliminated when testing?