Skip to content

Commit 76d8494

Browse files
authored
Update README.md
1 parent 8aa94ed commit 76d8494

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

+6-7
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,11 @@
1010

1111
<p align="center">
1212
<a href="https://github.com/JuliaReinforcementLearning/ReinforcementLearning.jl">
13-
<img src="https://img.shields.io/badge/powered%20by-ReinforcementLearning.jl-brightgreen">
14-
</a>
13+
<img src="https://img.shields.io/badge/powered%20by-ReinforcementLearning.jl-brightgreen">
14+
</a>
15+
<a href="https://mybinder.org/v2/gh/JuliaReinforcementLearning/ReinforcementLearningAnIntroduction.jl/master">
16+
<img src="https://mybinder.org/badge_logo.svg">
17+
</a>
1518
</p>
1619

17-
This repo contains most of the reinforcement learning environments referred in the book [Reinforcement Learning: An Introduction(2nd)](http://incompleteideas.net/book/the-book-2nd.html). You may also view the notebooks bellow for how to reproduce most of the figures on that book:
18-
19-
- [View on Jupyter NBViewer](https://nbviewer.jupyter.org/github/JuliaReinforcementLearning/ReinforcementLearningAnIntroduction.jl/tree/master/notebooks/)
20-
- [View on Github](https://github.com/JuliaReinforcementLearning/ReinforcementLearningAnIntroduction.jl/tree/master/notebooks)
21-
20+
This repo contains most of the reinforcement learning environments referred in the book [Reinforcement Learning: An Introduction(2nd)](http://incompleteideas.net/book/the-book-2nd.html). The code to generate those figures are in the `notebooks` folder. Try it interactively on [MyBinder](https://mybinder.org/v2/gh/JuliaReinforcementLearning/ReinforcementLearningAnIntroduction.jl/master) now!

0 commit comments

Comments
 (0)