ppo

(β˜… 126)

An implementation of PPO in Pytorch

  • .gitignore
  • LICENSE
  • lunar.gif
  • README.md
  • requirements.txt
  • train.py
  • train_action_chunking.py
  • train_action_chunking_antmaze.py
  • train_binary_mapper.py
  • train_continuous_actions.py
  • train_critic_past_action.py
  • train_diayn.py
  • train_epo.py
  • train_epo_miikkulainen.py
  • train_internal_actions.py
  • train_internal_actions_ant_maze.py
  • train_pmpo.py
  • train_probabilistic_value_network.py
  • train_with_evo_strat.py
  • train_wm_with_evo.py
  • train_world_model.py

# Installation Guide

1. Get the code
git clone https://github.com/lucidrains/ppo

Downloads the entire project code from GitHub to your computer.

cd ppo

Moves into the project folder you just downloaded.

2. Python

Easy Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Python 3 On Windows, be sure to check 'Add Python to PATH' during installation.
$ pip install -r requirements.txt

Installs the Python libraries listed in requirements.txt (or similar).

βœ… If it runs without errors and prints output in the terminal, it worked.

Pulled directly from this repo's README.

// repository documentation