Skip to content

Comments

Updated BlockDudeModel.java to fix array index out of bounds#154

Open
vinayakbhope wants to merge 1 commit intojmacglashan:masterfrom
vinayakbhope:patch-1
Open

Updated BlockDudeModel.java to fix array index out of bounds#154
vinayakbhope wants to merge 1 commit intojmacglashan:masterfrom
vinayakbhope:patch-1

Conversation

@vinayakbhope
Copy link

When BlockDude domain with level 1 or level 2 is run for value iteration, it's throwing array index out of bounds exception. After debugging, i figured out that in moveUp method we have missed the condition ">=" and instead have ">"

When BlockDude domain with level 1 or level 2 is run for value iteration, it's throwing array index out of bounds exception. After debugging, i figured out that in moveUp method we have missed the condition ">=" and instead have ">"
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

Successfully merging this pull request may close these issues.

1 participant