uber-research / deep-neuroevolution

Deep Neuroevolution
Other
1.63k stars 298 forks source link

"timesteps" meaning in config file? #18

Closed zhan0903 closed 5 years ago

zhan0903 commented 5 years ago

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.

fps7806 commented 5 years ago

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