Skip to content

Instantly share code, notes, and snippets.

@WhatIThinkAbout
Last active July 24, 2022 10:30
Show Gist options
  • Select an option

  • Save WhatIThinkAbout/eacff65f2baf83c16b8f077a7df47a0d to your computer and use it in GitHub Desktop.

Select an option

Save WhatIThinkAbout/eacff65f2baf83c16b8f077a7df47a0d to your computer and use it in GitHub Desktop.
setup = {'add_compass':True}
walls = [((0, 0),'E'),
((2, 2),'W')]
setup['walls'] = walls
env = BabyRobotEnv_v5(**setup)
env.render()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment