/PyTorch-PPO

PyTorch implementation of PPO algorithm

Primary LanguagePython

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