Skip to content

PyTorch implementation of Vanilla PG, TNPG, TRPO, PPO on Mujoco environment

License

Notifications You must be signed in to change notification settings

dnddnjs/mujoco-pg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pytorch-trpo

PyTorch implementation of Vanilla Policy Gradient, Truncated Natural Policy Gradient, Trust Region Policy Optimization, Proximal Policy Optimization

Train

  • algorithm: PG, NPG, TRPO, PPO
  • env: Ant-v2, HalfCheetah-v2, Hopper-v2, Humanoid-v2, HumanoidStandup-v2, InvertedPendulum-v2, Reacher-v2, Swimmer-v2, Walker2d-v2
python train.py --algorithm "algorithm name" --env "environment name"

Reference

This code is modified version of codes

About

PyTorch implementation of Vanilla PG, TNPG, TRPO, PPO on Mujoco environment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages