Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
fixed link to legacy MDP tutorial (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
zsunberg authored Jan 24, 2019
1 parent 0118ede commit 1209df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion legacy/rl-tuto/reinforcement_learning_tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"# Implementation\n",
"\n",
"Let's start by defining a type containing all the problem parameters. In Reinforcement Learning, problems are usually framed as Markov decision processes (MDP). Our new problem must then be defined as a subtype of the abstract type `MDP{S,A}` where `S`and `A` are the state type and the action type respectively.\n",
"For more information about MDPs please refer to this [MDP tutorial](http://nbviewer.jupyter.org/github/sisl/POMDPs.jl/blob/master/examples/GridWorld.ipynb)."
"For more information about MDPs please refer to this [MDP tutorial](../GridWorld.ipynb)."
]
},
{
Expand Down

0 comments on commit 1209df2

Please sign in to comment.