Closed teslacool closed 4 years ago
In Readme, you mean that if I want to reproduce the results, I just python train.py env=cartpole_swingup batch_size=512
python train.py env=cartpole_swingup batch_size=512
But I notice the action_repeat number in config.yaml is not 8 for cartpole_swingup.
Maybe you should check this point.
Yes, action_repeat needs to be set according to the paper. See table 2 in the appendix.
action_repeat
I also update the README. Thanks!
Thanks, this solved my doubt.
In Readme, you mean that if I want to reproduce the results, I just
python train.py env=cartpole_swingup batch_size=512
But I notice the action_repeat number in config.yaml is not 8 for cartpole_swingup.
Maybe you should check this point.