Closed markusdumke closed 7 years ago
gridworld(c(5, 2), terminal.states = c(2, 10)) gives error: Error in [<-(tmp, state, new.state, action, value = 1) : subscript out of bounds
gridworld(c(5, 2), terminal.states = c(2, 10))
Always fails if shape[1] > shape[2]
gridworld(c(5, 2), terminal.states = c(2, 10))
gives error: Error in [<-(tmp, state, new.state, action, value = 1) : subscript out of boundsAlways fails if shape[1] > shape[2]