Skip to content

Commit b54c96d

Browse files
authored
fix link and add exercises repo link (#58)
fix new ReinforcementLearningZoo link and add exercises repo link
1 parent d2b15da commit b54c96d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Introduction(2nd)](http://incompleteideas.net/book/the-book-2nd.html). One of
2020
our main goals is to help users understand the basic concepts of reinforcement
2121
learning from an engineer's perspective. Once you have grasped how different
2222
components are organized, you're ready to explore a wide variety of modern deep
23-
reinforcement learning algorithms in [ReinforcementLearningZoo.jl](https://github.com/JuliaReinforcementLearning/ReinforcementLearningZoo.jl).
23+
reinforcement learning algorithms in [ReinforcementLearningZoo.jl](https://github.com/JuliaReinforcementLearning/ReinforcementLearning.jl/tree/master/src/ReinforcementLearningZoo).
2424

2525
## How to use?
2626

@@ -62,3 +62,7 @@ For experienced users with the latest stable Julia properly installed:
6262
- [Chapter11 Counter Example.jl](https://juliareinforcementlearning.org/blog/notebooks_for_reinforcement_learning_an_introduction/Chapter11_Counter_Example.jl)
6363
- [Chapter12 Random Walk.jl](https://juliareinforcementlearning.org/blog/notebooks_for_reinforcement_learning_an_introduction/Chapter12_Random_Walk.jl)
6464
- [Chapter13 Short Corridor.jl](https://juliareinforcementlearning.org/blog/notebooks_for_reinforcement_learning_an_introduction/Chapter13_Short_Corridor.jl)
65+
66+
## Useful Links
67+
68+
- [Solutions of the book exercises : Reinforcement Learning 2nd Edition](https://github.com/LyWangPX/Reinforcement-Learning-2nd-Edition-by-Sutton-Exercise-Solutions)

0 commit comments

Comments
 (0)