Add unit to _toc_tree

This commit is contained in:
Thomas Simonini
2022-12-06 11:24:11 +01:00
committed by GitHub
parent ff6e547e49
commit 6e356bf1ac

View File

@@ -44,3 +44,31 @@
title: Play with Huggy
- local: unitbonus1/conclusion
title: Conclusion
- title: Unit 2. Introduction to Q-Learning
sections:
- local: unit2/introduction
title: Introduction
- local: unit2/what-is-rl
title: What is RL? A short recap
- local: unit2/two-types-value-based-methods
title: The two types of value-based methods
- local: unit2/bellman-equation
title: The Bellman Equation, simplify our value estimation
- local: unit2/mc-vs-td
title: Monte Carlo vs Temporal Difference Learning
- local: unit2/summary1
title: Summary
- local: unit2/quiz1
title: First Quiz
- local: unit2/q-learning
title: Introducing Q-Learning
- local: unit2/q-learning-example
title: A Q-Learning example
- local: unit2/hands-on
title: Hands-on
- local: unit2/quiz2
title: Second Quiz
- local: unit2/conclusion
title: Conclusion
- local: unit2/additional-readings
title: Additional Readings