gomoku / LightZero /zoo /README.md
zjowowen's picture
init space
079c32c
|
raw
history blame
8.89 kB

Environment Versatility

  • The following is a brief introduction to the environment supported by our zoo:
Expand for full list

discrete means discrete action space

continuous means continuous action space

  • 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.