episodic-transformer-memory-ppo
Clean baseline implementation of PPO using an episodic TransformerXL memory
File Explorer
Download Latest Version (.zip)- cartpole.yaml
- minigrid.yaml
- mortar_mayhem_grid.yaml
- mystery_path_grid.yaml
- poc_memory_env.yaml
- mmg_10.png
- mpg_off.png
- trxl_architecture.png
- __init__.py
- cartpole_env.py
- memory_gym_env.py
- minigrid_env.py
- poc_memory_env.py
- minigrid.nn
- mortar_mayhem_grid_trxl.nn
- mystery_path_grid.nn
- .gitignore
- buffer.py
- enjoy.py
- LICENSE
- model.py
- README.md
- requirements.txt
- train.py
- trainer.py
- transformer.py
- utils.py
- worker.py
- yaml_parser.py
# Installation Guide
1. Get the code
git clone https://github.com/MarcoMeter/episodic-transformer-memory-ppo
Downloads the entire project code from GitHub to your computer.
cd episodic-transformer-memory-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)
