-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
IndexOutOfRangeException: Index was outside the bounds of the array. #29
Comments
While putting together custom agents, Im seeing the same issue reported only though the Jupyter training function though (PPO book). Would love to figure this out :D No matter how many states or changing state total within the inspector - it's returning the same result. edit: Actually I'll probably create another issue as it may be unrelated, but has to do with the state index. |
@anktplwl91 It seems to me your brain has |
Hi @vincentpierre, the brain parameters |
@anktplwl91 I think you must change your action space type from discrete to continuous in your brain parameters. Let me know if this helps. |
Hi @vincentpierre, changing the action space to continuous has worked and the game is working fine now. Thanks a lot. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
While running the 3DBall example, I am getting IndexOutOfBounds exception for the Platform agent. Here's the snippet for the error
I thought changing the value of Action Size parameter in Inspector window to 8 might solve the issue, but that just gives me another error
The text was updated successfully, but these errors were encountered: