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

Some of the code was copied from Morvan #23

Open xiaoxuh opened 3 years ago

xiaoxuh commented 3 years ago

DQN's code is highly similar to Mofan's code, even with the same errors