geekyutao / PyTorch-PPO

PyTorch implementation of PPO algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyTorch-PPO

Continuous Action Control

Train:

python PPO_continuous.py

Test:

python PPO_continuous.py --mode test

Discrete Action Control

Train:

python PPO_discrete.py

Test:

python PPO_discrete.py --mode test

About

PyTorch implementation of PPO algorithm


Languages

Language:Python 100.0%