Skip to content

keiohta/ppo_pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ppo_pytorch

PPO implementation using pytorch

Prepare virtual environment using Anaconda

$ conda create -n pytorch python=3.8 anaconda
$ conda install pytorch torchvision cudatoolkit=10.2 -c pytorch
$ pip install gym

Train Pendulum-v0

$ python train_ppo.py

About

PPO implementation using pytorch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages