powered by
The Dyna Maze from Chapter 8 of the textbook "Reinforcement Learning: An Introduction."
An object of class MDP.
The simple 6x9 maze with a few walls.
Richard S. Sutton and Andrew G. Barto (2018). Reinforcement Learning: An Introduction Second Edition, MIT Press, Cambridge, MA.
Other MDP_examples: Cliff_walking, MDP(), Maze, Windy_gridworld
Cliff_walking
MDP()
Maze
Windy_gridworld
Other gridworld: Cliff_walking, Maze, Windy_gridworld, gridworld
gridworld
data(DynaMaze) DynaMaze gridworld_matrix(DynaMaze) gridworld_matrix(DynaMaze, what = "labels") gridworld_plot_transition_graph(DynaMaze)
Run the code above in your browser using DataLab