Created
September 5, 2018 05:51
-
-
Save kengz/a60f6c5f46ba3ca5d3b5e94f4ec8afd7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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