Skip to content

Commit 8b32a29

Browse files
committed
update readme
1 parent e2ea971 commit 8b32a29

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

Gallery.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ Users are also welcome to contribute their own training examples and demos to th
6161
| [CartPole](https://gymnasium.farama.org/environments/classic_control/cart_pole/)<br> <img width="300px" height="auto" src="./docs/images/cartpole.png"> | ![discrete](https://img.shields.io/badge/-discrete-brightgreen) | [code](./examples/cartpole/) |
6262
| [MPE: Simple Spread](https://pettingzoo.farama.org/environments/mpe/simple_spread/)<br> <img width="300px" height="auto" src="./docs/images/simple_spread_trained.gif"> | ![discrete](https://img.shields.io/badge/-discrete-brightgreen) ![MARL](https://img.shields.io/badge/-MARL-yellow) | [code](./examples/mpe/) |
6363
| [StarCraft II](https://github.com/oxwhirl/smac)<br> <img width="300px" height="auto" src="./docs/images/smac.png"> | ![discrete](https://img.shields.io/badge/-discrete-brightgreen) ![MARL](https://img.shields.io/badge/-MARL-yellow) | [code](./examples/smac/) |
64+
| [SMACv2](https://github.com/oxwhirl/smacv2)<br> <img width="300px" height="auto" src="https://github.com/oxwhirl/smacv2/raw/main/docs/imgs/reflect.png"> | ![discrete](https://img.shields.io/badge/-discrete-brightgreen) ![MARL](https://img.shields.io/badge/-MARL-yellow) | [code](./examples/smacv2/) |
6465
| [Chat Bot](https://openrl-docs.readthedocs.io/en/latest/quick_start/train_nlp.html)<br> <img width="300px" height="auto" src="./docs/images/chat.gif"> | ![discrete](https://img.shields.io/badge/-discrete-brightgreen) ![NLP](https://img.shields.io/badge/-NLP-green) ![Transformer](https://img.shields.io/badge/-Transformer-blue) | [code](./examples/nlp/) |
6566
| [Atari Pong](https://gymnasium.farama.org/environments/atari/pong/)<br> <img width="300px" height="auto" src="./docs/images/pong.png"> | ![discrete](https://img.shields.io/badge/-discrete-brightgreen) ![image](https://img.shields.io/badge/-image-red) | [code](./examples/atari/) |
6667
| [PettingZoo: Tic-Tac-Toe](https://pettingzoo.farama.org/environments/classic/tictactoe/)<br> <img width="300px" height="auto" src="./docs/images/tic-tac-toe.jpeg"> | ![selfplay](https://img.shields.io/badge/-selfplay-blue) ![discrete](https://img.shields.io/badge/-discrete-brightgreen) | [code](./examples/selfplay/) |

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ Environments currently supported by OpenRL (for more details, please refer to [G
115115
- [Chat Bot](https://openrl-docs.readthedocs.io/en/latest/quick_start/train_nlp.html)
116116
- [Atari](https://gymnasium.farama.org/environments/atari/)
117117
- [StarCraft II](https://github.com/oxwhirl/smac)
118+
- [SMACv2](https://github.com/oxwhirl/smacv2)
118119
- [Omniverse Isaac Gym](https://github.com/NVIDIA-Omniverse/OmniIsaacGymEnvs)
119120
- [DeepMind Control](https://shimmy.farama.org/environments/dm_control/)
120121
- [Snake](http://www.jidiai.cn/env_detail?envid=1)

README_zh.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ OpenRL目前支持的环境(更多详情请参考 [Gallery](Gallery.md)):
9191
- [Chat Bot](https://openrl-docs.readthedocs.io/en/latest/quick_start/train_nlp.html)
9292
- [Atari](https://gymnasium.farama.org/environments/atari/)
9393
- [StarCraft II](https://github.com/oxwhirl/smac)
94+
- [SMACv2](https://github.com/oxwhirl/smacv2)
9495
- [Omniverse Isaac Gym](https://github.com/NVIDIA-Omniverse/OmniIsaacGymEnvs)
9596
- [DeepMind Control](https://shimmy.farama.org/environments/dm_control/)
9697
- [Snake](http://www.jidiai.cn/env_detail?envid=1)

0 commit comments

Comments
 (0)