You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.