Skip to content

Instantly share code, notes, and snippets.

@Syzygianinfern0
Last active July 25, 2021 18:24
Show Gist options
  • Save Syzygianinfern0/4813e5878515c2b418adde6717a40650 to your computer and use it in GitHub Desktop.
Save Syzygianinfern0/4813e5878515c2b418adde6717a40650 to your computer and use it in GitHub Desktop.
OpenAI Gym Environements

Classic Control

Name State Action
Acrobot-v1 Box(6) Discrete(3)
CartPole-v1 Box(4) Discrete(2)
MountainCar-v0 Box(2) Discrete(3)
MountainCarContinuous-v0 Box(2) Box(1)
Pendulum-v0 Box(1) Box(3)

Box 2D

Name State Action
BipedalWalker-v2 Box(24) Box(4)
BipedalWalkerHardcore-v2 Box(24) Box(4)
CarRacing-v0 Box(96, 96, 3) Box(3)
LunarLander-v2 Box(8) Discrete(4)
LunarLanderContinuous-v2 Box(8) Box(2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment