google-deepmind / rlax

https://rlax.readthedocs.io
Apache License 2.0
1.24k stars 85 forks source link

Epsilon keeps getting reintialized in the example script #102

Open Somjit77 opened 2 years ago

Somjit77 commented 2 years ago

In simple_dqn.py, the epsilon schedule is chosen by actor_state.count however, that keeps getting reinitialized after every episode in experiment.py. So the epsilon schedule does not work.