Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running the python notebooks #3

Open
placidchat opened this issue Sep 11, 2018 · 1 comment
Open

Running the python notebooks #3

placidchat opened this issue Sep 11, 2018 · 1 comment

Comments

@placidchat
Copy link

` 183 env.reset = env._reset
184 env.step = env._step
--> 185 env.seed = env._seed
186 def render(mode):
187 return env._render(mode, close=False)

AttributeError: 'RidgeEnv' object has no attribute "_seed"
'
I'm trying out the notebooks. I'm using python2 with tensorflow 1.5, keras 2.2.2 and blender 2.79b. When running random_agent_example.ipynb, blender starts but the screens are empty. with deepQ_agent_example.ipynb the above error message is emitted.

@placidchat
Copy link
Author

should I checkout different branches other than the default that comes with clone?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant