EPG
Code for the paper "Evolved Policy Gradients"
File Explorer
Download Latest Version (.zip)- hopper.xml
- __init__.py
- hopper.py
- __init__.py
- random_robots.py
- __init__.py
- entry.py
- launcher.py
- logger.py
- bootstrap.min.css
- dropdowns-enhancement.css
- bootstrap.min.js
- dropdowns-enhancement.js
- jquery-1.10.2.min.js
- jquery.loadTemplate-1.5.6.js
- plotly-latest.min.js
- main.html
- __init__.py
- core.py
- frontend.py
- __init__.py
- agents.py
- evolution.py
- exploration.py
- launch_local.py
- losses.py
- networks.py
- plotting.py
- rollout.py
- utils.py
- .gitignore
- LICENSE.md
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/openai/EPG
Downloads the entire project code from GitHub to your computer.
cd EPG
Moves into the project folder you just downloaded.
2. Official Install Script
Easy Recommendedbrew install open-mpi
Installs the pre-built package via Homebrew โ no source build required.
pip install mpi4py==3.0.0 scipy \
Installs the package published on PyPI directly โ no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
