DeepRL-pytorch icon indicating copy to clipboard operation
DeepRL-pytorch copied to clipboard

Pytorch implementations of various Deep Reinforcement Learning algorithms on pybullet environments.

Results 2 DeepRL-pytorch issues
Sort by recently updated
recently updated
newest added

**Describe the bug** train_vae.py is not working. I'm using the images which I generated using generate_data.py. **To Reproduce** Steps to reproduce the behavior: train_vae.py --dir dataset/CartPoleContinuousBulletEnv-v0 **Expected behavior** I'm not...

**Describe the bug** 1)I am not able to train using DDPG/TD3/PPO/TRPO. Everything is default except the agent and timestep which was chosen by me. **To Reproduce** Steps to reproduce the...