Skip to content

Commit 0e9b5a4

Browse files
Update README.md
1 parent 73ad815 commit 0e9b5a4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ For official libraries of RL algorithms, I provided the following two with **Ten
2727

2828
* [**RLzoo**](https://github.com/tensorlayer/RLzoo) (*Status: Released*) is a baseline implementation with high-level API supporting a variety of popular environments, with more hierarchical structures for simple usage.
2929

30+
For multi-agent RL, a new repository is built (**PyTorch**):
31+
* [**MARS**](https://github.com/quantumiracle/MARS) (*Status: WIP*) is a library for multi-agent games, like PettingZoo Atari, SlimeVolleyBall, etc.
32+
3033
Since Tensorflow 2.0 has already incorporated the dynamic graph construction instead of the static one, it becomes a trivial work to transfer the RL code between TensorFlow and PyTorch.
3134

3235
## Contents:

0 commit comments

Comments
 (0)