Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Q learning/FrozenLake/readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Two different versions

- [Q* Learning with FrozenLake 🕹️⛄](https://github.com/simoninithomas/Deep_reinforcement_learning_Course/blob/master/Q%20learning/FrozenLake/Q%20Learning%20with%20FrozenLake.ipynb): use this version **if you want to follow the tutorial**
- [Q* Learning with FrozenLake 🕹️⛄_unslippery](): Awesome Deterministic version (no slippery) made by [lukewys](https://github.com/simoninithomas/Deep_reinforcement_learning_Course/blob/master/Q%20learning/FrozenLake/Q%20Learning%20with%20FrozenLake_unslippery%20(Deterministic%20version).ipynb)
- [Q* Learning with FrozenLake 🕹️⛄_unslippery](https://github.com/simoninithomas/Deep_reinforcement_learning_Course/blob/master/Q%20learning/FrozenLake/Q%20Learning%20with%20FrozenLake_unslippery%20(Deterministic%20version).ipynb): Awesome Deterministic version (no slippery) made by [lukewys](https://github.com/lukewys)