uber-research/deep-neuroevolution

"timesteps" meaning in config file?

zhan0903 opened this issue · 1 comments

Hi, what is the meaning of "timesteps" parameters in ga_atari_config.json? Is it the total frames or Forward Passes in the paper? Thanks.

That is the total number of forward passes (you should have 4x as many frames).
So 6B frames would be 1.5B timesteps.