David-Silver-Reinforcement-learning icon indicating copy to clipboard operation
David-Silver-Reinforcement-learning copied to clipboard

Notes for the Reinforcement Learning course by David Silver along with implementation of various algorithms.

Results 5 David-Silver-Reinforcement-learning issues
Sort by recently updated
recently updated
newest added

the code of the example of DP (chapter 3 ), do not run the part of value iteraion because in [line 209](https://github.com/dalmia/David-Silver-Reinforcement-learning/blob/master/Week%203%20-%20Planning%20by%20Dynamic%20Programming/dp.py#L209) you pass the action_values but is necesary to...

Updated the lecture slide links to David Silver's official site.

Update the PDF Links one by one using this as the link start. The PDF names remain the same. Eg : Lec 7 : Policy Gradient (pg.pdf) https://www.davidsilver.uk/wp-content/uploads/2020/03/pg.pdf Lec 6...

action_mapping -> action_mappings

pdf takes minutes to download. Are there different links that are faster?