Deep-reinforcement-learning-with-pytorch icon indicating copy to clipboard operation
Deep-reinforcement-learning-with-pytorch copied to clipboard

About SAC's version bug (gym 0.17.3)

Open CoderAT13 opened this issue 4 years ago • 1 comments

In SAC.py

  1. NormalizedActions(gym.ActionWrapper) _action -> action _reverse_action -> reverse_action

  2. Before env.render(), must use env.reset()

CoderAT13 avatar Oct 24 '20 08:10 CoderAT13

I had a problem with this(I didn't notice syntax's change) . Thank you so much!!

rl-max avatar Nov 11 '20 02:11 rl-max