Skip to content

Commit

Permalink
updated doc links, added memory gym requirements to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoMeter committed Sep 18, 2024
1 parent d3d6485 commit a7e708a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ pip install -r requirements/requirements-pettingzoo.txt
pip install -r requirements/requirements-jax.txt
pip install -r requirements/requirements-docs.txt
pip install -r requirements/requirements-cloud.txt
pip install -r requirements/requirements-memory_gym.txt
```

To run training scripts in other games:
Expand Down
4 changes: 3 additions & 1 deletion docs/rl-algorithms/ppo-trxl.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ Real-world tasks may expose imperfect information (e.g. partial observability).
Original Paper and Implementation

* :material-file-document: [Memory Gym: Towards Endless Tasks to Benchmark Memory Capabilities of Agents](https://arxiv.org/abs/2309.17207)
* :material-github: [neroRL](https://github.com/MarcoMeter/neroRL), [Episodic Transformer Memory PPO](https://github.com/MarcoMeter/episodic-transformer-memory-ppo)
* :material-github: [neroRL](https://github.com/MarcoMeter/neroRL)
* :material-github: [Episodic Transformer Memory PPO](https://github.com/MarcoMeter/episodic-transformer-memory-ppo)
* :material-github: [Endless Memory Gym](https://github.com/MarcoMeter/endless-memory-gym)
* :material-play-circle: [Interactive Visualizations of Trained Agents](https://marcometer.github.io/)

Related Publications and Repositories
Expand Down

0 comments on commit a7e708a

Please sign in to comment.