Deep-reinforcement-learning-with-pytorch
Deep-reinforcement-learning-with-pytorch copied to clipboard
About SAC's version bug (gym 0.17.3)
In SAC.py
-
NormalizedActions(gym.ActionWrapper) _action -> action _reverse_action -> reverse_action
-
Before env.render(), must use env.reset()
I had a problem with this(I didn't notice syntax's change) . Thank you so much!!