Skip to content

Commit 399afea

Browse files
authored
Update README.md
1 parent c0167c5 commit 399afea

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99
This repository contains a python implementation of the concepts described in the book _Reinforcement Learning: An Introduction_, by Sutton and Barto.
1010

11+
The repository is still WIP. I will try to move linearly ahead with the book, you can check below for a roadmap of the immadiate actions.
12+
1113
Please, feel free to raise issues to ask questions or flag flaws and mistakes in the implementation.
1214
Should you find this useful for you, I would be grateful if you'd _star_:star: it :)
1315

@@ -30,8 +32,11 @@ Should you find this useful for you, I would be grateful if you'd _star_:star: i
3032

3133
#### Chapter 5: Monte Carlo Methods ([figures](https://github.com/epignatelli/reinforcement-learning-an-introduction/blob/master/chapter-5))
3234
- [Blackjack: Monte Carlo Prediction with Policy Evaluation](https://github.com/epignatelli/reinforcement-learning-an-introduction/blob/master/chapter-5/blackjack.py)
33-
- [WIP] [Soap Bubble: Independent state-value estimation]
34-
35+
- [WIP] [Soap Bubble: Independent state-value estimation]()
36+
- [WIP] [Blackjack: Monte Carlo Control with Monte Carlo ES]()
37+
- [WIP] [Blackjack: On-Policy first-visit Monte Carlo Control]()
38+
- [WIP] [Blackjack: Off-Policy Monte Carlo Prediction via Importance Sampling]()
39+
- [WIP]
3540

3641
## References
3742
[1] R. S. Sutton, A. G. Barto, et al. _Reinforcement Learning: an Introduction_. MIT press, Cambridge, 2018.

0 commit comments

Comments
 (0)