Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. from gym spaces
  2.  
  3. spaces.Box(np.array(0),np.array(np.inf))
  4. # Box()
  5.  
  6. spaces.Box(0, np.inf, shape = (1,))
  7. # Box(1,)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement