Skip to content

Instantly share code, notes, and snippets.

@kengz
Created September 5, 2018 05:51
Show Gist options
  • Save kengz/a60f6c5f46ba3ca5d3b5e94f4ec8afd7 to your computer and use it in GitHub Desktop.
Save kengz/a60f6c5f46ba3ca5d3b5e94f4ec8afd7 to your computer and use it in GitHub Desktop.
# init singleton agent and env
self.env = make_env(self.spec)
body = Body(self.env, self.spec['agent'])
self.agent = Agent(self.spec, self.info_space, body=body)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment