Skip to content

Instantly share code, notes, and snippets.

@WhatIThinkAbout
Created July 24, 2022 11:03
Show Gist options
  • Select an option

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

Select an option

Save WhatIThinkAbout/46289d3af1bfb570d1fbf6085b7b3388 to your computer and use it in GitHub Desktop.
setup = { 'start':[0,1], 'end': [2,1] , 'add_compass':True }
setup['side_panel'] = {'width':200,'color':'#ddd'}
setup['walls'] = [((0, 1),'N'),((0, 1),'S')]
setup['puddles'] = [((1,1),2)]
env = BabyRobotEnv_v6(**setup)
env.render()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment