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

error running notebooks #4

Closed
ajankowski opened this issue Dec 5, 2017 · 2 comments
Closed

error running notebooks #4

ajankowski opened this issue Dec 5, 2017 · 2 comments

Comments

@ajankowski
Copy link

Trying to run first 2 notebooks (bandits) I get below error:
"TypeError: object of type 'numpy.int64' has no len()"

@ghost
Copy link

ghost commented Dec 28, 2017

Same error. To fix :
line 205 unityenv.py, add np.int64 : if isinstance(action, (int, np.int_, np.int64)):

@awjuliani
Copy link
Owner

Just made the change!

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

2 participants