Skip to content

Commit 0157948

Browse files
committed
update readme
1 parent bc1575b commit 0157948

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

Gallery.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,6 @@ Users are also welcome to contribute their own training examples and demos to th
7373
| [GridWorld](./examples/gridworld/)<br> <img width="300px" height="auto" src="./docs/images/gridworld.jpg"> | ![discrete](https://img.shields.io/badge/-discrete-brightgreen) | [code](./examples/gridworld/) |
7474
| [Super Mario Bros](https://github.com/Kautenja/gym-super-mario-bros)<br> <img width="300px" height="auto" src="https://user-images.githubusercontent.com/2184469/40948820-3d15e5c2-6830-11e8-81d4-ecfaffee0a14.png"> | ![discrete](https://img.shields.io/badge/-discrete-brightgreen) ![image](https://img.shields.io/badge/-image-red) | [code](./examples/super_mario/) |
7575
| [Gym Retro](https://github.com/openai/retro)<br> <img width="300px" height="auto" src="./docs/images/gym-retro.jpg"> | ![discrete](https://img.shields.io/badge/-discrete-brightgreen) ![image](https://img.shields.io/badge/-image-red) | [code](./examples/retro/) |
76+
| [Crafter](https://github.com/danijar/crafter)<br> <img width="300px" height="auto" src="https://github.com/danijar/crafter/raw/main/media/video.gif"> | ![discrete](https://img.shields.io/badge/-discrete-brightgreen) ![image](https://img.shields.io/badge/-image-red) | [code](./examples/crafter/) |
7677

7778
</div>

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ Environments currently supported by OpenRL (for more details, please refer to [G
126126
- [GridWorld](./examples/gridworld/)
127127
- [Super Mario Bros](https://github.com/Kautenja/gym-super-mario-bros)
128128
- [Gym Retro](https://github.com/openai/retro)
129+
- [Crafter](https://github.com/danijar/crafter)
129130

130131
This framework has undergone multiple iterations by the [OpenRL-Lab](https://github.com/OpenRL-Lab) team which has
131132
applied it in academic research.

README_zh.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ OpenRL目前支持的环境(更多详情请参考 [Gallery](Gallery.md)):
101101
- [GridWorld](./examples/gridworld/)
102102
- [Super Mario Bros](https://github.com/Kautenja/gym-super-mario-bros)
103103
- [Gym Retro](https://github.com/openai/retro)
104+
- [Crafter](https://github.com/danijar/crafter)
104105

105106
该框架经过了[OpenRL-Lab](https://github.com/OpenRL-Lab)的多次迭代并应用于学术研究,目前已经成为了一个成熟的强化学习框架。
106107
OpenRL-Lab将持续维护和更新OpenRL,欢迎大家加入我们的[开源社区](./docs/CONTRIBUTING_zh.md),一起为强化学习的发展做出贡献。

0 commit comments

Comments
 (0)