Guest User

Untitled

a guest
Feb 15th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. import gym
  2. env = gym.make("FrozenLake-v0")
  3. env.action_space
  4.  
  5. LEFT = 0
  6. DOWN = 1
  7. RIGHT = 2
  8. UP = 3
Add Comment
Please, Sign In to add comment