Environment Versatility
- The following is a brief introduction to the environment supported by our zoo:
Expand for full list
No | Environment | Label | Visualization | Doc Links |
---|---|---|---|---|
1 | board_games/tictactoe | env tutorial | ||
2 | board_games/gomoku | env tutorial | ||
3 | board_games/connect4 | env tutorial | ||
4 | game_2048 | env tutorial | ||
5 | chess | env tutorial | ||
6 | go | env tutorial | ||
7 | classic_control/cartpole | env tutorial 环境指南 |
||
8 | classic_control/pendulum | env tutorial 环境指南 |
||
9 | box2d/lunarlander | env tutorial 环境指南 |
||
10 | box2d/bipedalwalker | env tutorial 环境指南 |
||
11 | atari | env tutorial 环境指南 |
||
11 | mujoco | env tutorial 环境指南 |
||
12 | minigrid | env tutorial 环境指南 |
Some environments, like the LunarLander, support both types of action spaces. For continuous action space environments such as BipedalWalker and Pendulum, you can manually discretize them to obtain discrete action spaces. Please refer to action_discretization_env_wrapper.py for more details.
This list is continually updated as we add more game environments to our collection.