diff --git a/units/en/_toctree.yml b/units/en/_toctree.yml index 45f4925..1f006b2 100644 --- a/units/en/_toctree.yml +++ b/units/en/_toctree.yml @@ -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