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

Char05 DDPG missing script modules for imports #2

Closed tomas-gajarsky closed 5 years ago

tomas-gajarsky commented 5 years ago

I couldn't find the utils script that main.py needs to import. The TD3 and OurDDPG are missing in the Char05 DDPG folder as well. Later on, I realised that this folder contains only parts of this repository created by the authors of TD3.

sweetice commented 5 years ago

Thanks for your question!

This is because I upload some wrong files. This bug has been fixed. : )