burlap
burlap copied to clipboard
Updated BlockDudeModel.java to fix array index out of bounds
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 ">"