openai / baselines

OpenAI Baselines: high-quality implementations of reinforcement learning algorithms
MIT License
15.75k stars 4.87k forks source link

DDPG does not train #974

Open marysavari opened 5 years ago

marysavari commented 5 years ago

Hi,

I am using DDPG for car-racing-v0 in gym environment but it seems it does not learn at all. Do you have any idea what can be the issue? Do you know which noise_type is more suitable for car racing?

DanielTakeshi commented 5 years ago

You need to provide more information for us to be able to reproduce your error. How did you install the package? What is the exact code version you ran --- and did you change any of the hyperparameters? What is the exact command you ran? What are the log files that you get?