Closed MrCartoonology closed 4 years ago
Thank you for bringing it up @MrCartoonology - we have now fixed it. The default config runs for a 1000 episodes, if you want to stop after we reach a score of -300
, you can also do
python ml/rl/test/gym/run_gym.py -p ml/rl/test/gym/sac_pendulum_v0.json -s -300
This took about 40 episodes to reach with the hyperparams in the provided config.
When I try to run the SAC example
I get an error that something in the json config is not defined in the Dataclass.