Skip to content

Commit 479ffd6

Browse files
Update README.md
1 parent 0e9b5a4 commit 479ffd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ For official libraries of RL algorithms, I provided the following two with **Ten
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

3030
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.
31+
* [**MARS**](https://github.com/quantumiracle/MARS) (*Status: WIP*) is a library for multi-agent RL on games, like PettingZoo Atari, SlimeVolleyBall, etc.
3232

3333
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.
3434

0 commit comments

Comments
 (0)