Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion notebooks/RL1 - Markov Decision Processes.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@
"\\end{align*}\n",
"One writes $\\pi_t(A_t|S_t=s)$, or more simply $\\pi_t(\\cdot | s)$. \n",
"In a stationary Markovian policy, all decision rules are the same throughout time. Mathematically: \n",
"$\\forall (t,t')\\in \\mathbb{N}^2, \\pi_t(A_t|S_t=s) = \\pi_t(A_{t'}|S_{t'}=s)$. \n",
"$\\forall (t,t')\\in \\mathbb{N}^2, \\pi_t(A_t|S_t=s) = \\pi_t'(A_{t'}|S_{t'}=s)$. \n",
"This unique distribution is written $\\pi(\\cdot | s) = \\pi_t( \\cdot | s)$.\n",
"</details>"
]
Expand Down