sweetice / Deep-reinforcement-learning-with-pytorch

PyTorch implementation of DQN, AC, ACER, A2C, A3C, PG, DDPG, TRPO, PPO, SAC, TD3 and ....
MIT License
3.88k stars 844 forks source link

wrong code in SAC #43

Open QinwenLuo opened 1 year ago

QinwenLuo commented 1 year ago

If raise NotImplementedError, just modify the functions title of NormalizedActions class, modify _action to aciton and _reverse_action to reverse_action.

z111222333 commented 11 months ago

如果引发 NotImplementedError,只需修改 NormalizedActions 类的函数标题,将 _action修改为 aciton 并将 _reverse_action 修改为 reverse_acton。

Thank you very much!