deep-reinforcement-learning icon indicating copy to clipboard operation
deep-reinforcement-learning copied to clipboard

Discretization Issue when Creating Uniform Grid

Open ekaakurniawan opened this issue 6 years ago • 0 comments

In Discretization Solution notebook, space [0.2 , -1.9] should be mapped into grid [6, 3] as described before In [8]. But the solution of In [8] is [5, 3] instead. I did the debugging and found that the issue caused by create_uniform_grid function. This notebook produces the expected result.

ekaakurniawan avatar Sep 13 '19 19:09 ekaakurniawan