Skip to content

Instantly share code, notes, and snippets.

@amandaiglesiasmoreno
Created December 10, 2019 18:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amandaiglesiasmoreno/ba687b03517876f4ed289b89f725dd69 to your computer and use it in GitHub Desktop.
Save amandaiglesiasmoreno/ba687b03517876f4ed289b89f725dd69 to your computer and use it in GitHub Desktop.
# check brains available
env.brain_names
# ['BananaBrain']
# select first brain
brain_name = env.brain_names[0]
# set it as the brain we will be controlling from python
brain = env.brains[brain_name]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment