Skip to content

Commit 9426a82

Browse files
Add Chapter 9 badge, navigation, and progress entry
1 parent 5830f4d commit 9426a82

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
[![ch6](https://github.com/srikanthbaride/Reinforcement-Learning-Explained-Code/actions/workflows/ch6.yml/badge.svg)](https://github.com/srikanthbaride/Reinforcement-Learning-Explained-Code/actions/workflows/ch6.yml)
99
[![ch7](https://github.com/srikanthbaride/Reinforcement-Learning-Explained-Code/actions/workflows/ch7.yml/badge.svg)](https://github.com/srikanthbaride/Reinforcement-Learning-Explained-Code/actions/workflows/ch7.yml)
1010
[![ch8](https://github.com/srikanthbaride/Reinforcement-Learning-Explained-Code/actions/workflows/ch8.yml/badge.svg)](https://github.com/srikanthbaride/Reinforcement-Learning-Explained-Code/actions/workflows/ch8.yml)
11+
[![ch9](https://github.com/srikanthbaride/Reinforcement-Learning-Explained-Code/actions/workflows/ch9.yml/badge.svg)](https://github.com/srikanthbaride/Reinforcement-Learning-Explained-Code/actions/workflows/ch9.yml)
1112

1213
---
1314

@@ -24,6 +25,8 @@ It provides clean, minimal, and well-tested implementations of key reinforcement
2425
- [Chapter 6: Temporal-Difference Learning](./ch6_td_learning)
2526
- [Chapter 7: TD Control — SARSA and Q-Learning](./ch7_td_control)
2627
- [Chapter 8: Eligibility Traces and TD(λ)](./ch8_td_lambda)
28+
- [Chapter 9: Model-Based RL and Planning](./ch9_model_based_planning)
29+
2730

2831
---
2932

@@ -39,6 +42,7 @@ It provides clean, minimal, and well-tested implementations of key reinforcement
3942
| 6 | Temporal-Difference Learning | ✅ Complete | TD(0), n-step TD, prediction examples |
4043
| 7 | TD Control | ✅ Complete | SARSA, Q-learning, Cliff-Walking, exploration |
4144
| 8 | Eligibility Traces and TD(λ) | ✅ Complete | TD(λ), SARSA(λ), True Online TD(λ), gridworld demos |
45+
| 9 | Model-Based RL and Planning | ✅ Complete | Dyna-Q, planning with rollouts, gridworld demos |
4246

4347
---
4448

0 commit comments

Comments
 (0)