ppo
An implementation of PPO in Pytorch
File Explorer
Download Latest Version (.zip)- .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 RecommendedPrerequisites
$ 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
Was this content helpful?
(0 ratings)
