Skip to content

Commit bffb947

Browse files
authored
Update README.md
1 parent 94ba490 commit bffb947

File tree

1 file changed

+5
-29
lines changed

1 file changed

+5
-29
lines changed

README.md

Lines changed: 5 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -24,44 +24,20 @@ reinforcement learning algorithms in [ReinforcementLearningZoo.jl](https://githu
2424

2525
## How to use?
2626

27-
### Play Interactively
27+
If you are new to Julia or reinforcement learning, you can preview the
28+
[notebooks](https://juliareinforcementlearning.org/ReinforcementLearningAnIntroduction.jl/) first. (Credit goes to [Andrea PIERRÉ](https://github.com/kir0ul))
2829

2930
For experienced users with the latest stable Julia properly installed:
3031

3132
1. Clone this project.
3233
1. Start the Julia REPL under the folder you created above.
3334
1. Install [Pluto.jl](https://github.com/fonsp/Pluto.jl)
34-
1. `] add Pluto`
35-
1. `using Pluto`
36-
1. `Pluto.run()`
35+
1. `] add Pluto`
36+
1. `using Pluto`
37+
1. `Pluto.run()`
3738
1. Now you can see the Pluto page is opened in your browser. Paste
3839
`notebooks/Chapter01_Tic_Tac_Toe.jl` (or any other file under the `notebooks` folder) into
3940
the input box and click the `Open` button.
40-
41-
### Preview Notebooks
42-
43-
- [Chapter01 Tic Tac Toe.jl](https://juliareinforcementlearning.org/blog/notebooks_for_reinforcement_learning_an_introduction/Chapter01_Tic_Tac_Toe.jl)
44-
- [Chapter02 Ten Armed Testbed.jl](https://juliareinforcementlearning.org/blog/notebooks_for_reinforcement_learning_an_introduction/Chapter02_Ten_Armed_Testbed.jl)
45-
- [Chapter03 Grid World.jl](https://juliareinforcementlearning.org/blog/notebooks_for_reinforcement_learning_an_introduction/Chapter03_Grid_World.jl)
46-
- [Chapter04 Car Rental.jl](https://juliareinforcementlearning.org/blog/notebooks_for_reinforcement_learning_an_introduction/Chapter04_Car_Rental.jl)
47-
- [Chapter04 Gambler Problem.jl](https://juliareinforcementlearning.org/blog/notebooks_for_reinforcement_learning_an_introduction/Chapter04_Gambler_Problem.jl)
48-
- [Chapter04 Grid World.jl](https://juliareinforcementlearning.org/blog/notebooks_for_reinforcement_learning_an_introduction/Chapter04_Grid_World.jl)
49-
- [Chapter05 Blackjack.jl](https://juliareinforcementlearning.org/blog/notebooks_for_reinforcement_learning_an_introduction/Chapter05_Blackjack.jl)
50-
- [Chapter05 Left Right.jl](https://juliareinforcementlearning.org/blog/notebooks_for_reinforcement_learning_an_introduction/Chapter05_Left_Right.jl)
51-
- [Chapter06 Cliff Walking.jl](https://juliareinforcementlearning.org/blog/notebooks_for_reinforcement_learning_an_introduction/Chapter06_Cliff_Walking.jl)
52-
- [Chapter06 Maximization Bias.jl](https://juliareinforcementlearning.org/blog/notebooks_for_reinforcement_learning_an_introduction/Chapter06_Maximization_Bias.jl)
53-
- [Chapter06 RandomWalk.jl](https://juliareinforcementlearning.org/blog/notebooks_for_reinforcement_learning_an_introduction/Chapter06_RandomWalk.jl)
54-
- [Chapter06 Windy Grid World.jl](https://juliareinforcementlearning.org/blog/notebooks_for_reinforcement_learning_an_introduction/Chapter06_Windy_Grid_World.jl)
55-
- [Chapter07 Random Walk.jl](https://juliareinforcementlearning.org/blog/notebooks_for_reinforcement_learning_an_introduction/Chapter07_Random_Walk.jl)
56-
- [Chapter08 Expectation VS Sample.jl](https://juliareinforcementlearning.org/blog/notebooks_for_reinforcement_learning_an_introduction/Chapter08_Expectation_VS_Sample.jl)
57-
- [Chapter08 Maze.jl](https://juliareinforcementlearning.org/blog/notebooks_for_reinforcement_learning_an_introduction/Chapter08_Maze.jl)
58-
- [Chapter08 Trajectory Sampling.jl](https://juliareinforcementlearning.org/blog/notebooks_for_reinforcement_learning_an_introduction/Chapter08_Trajectory_Sampling.jl)
59-
- [Chapter09 Random Walk.jl](https://juliareinforcementlearning.org/blog/notebooks_for_reinforcement_learning_an_introduction/Chapter09_Random_Walk.jl)
60-
- [Chapter10 Access Control.jl](https://juliareinforcementlearning.org/blog/notebooks_for_reinforcement_learning_an_introduction/Chapter10_Access_Control.jl)
61-
- [Chapter10 Mountain Car.jl](https://juliareinforcementlearning.org/blog/notebooks_for_reinforcement_learning_an_introduction/Chapter10_Mountain_Car.jl)
62-
- [Chapter11 Counter Example.jl](https://juliareinforcementlearning.org/blog/notebooks_for_reinforcement_learning_an_introduction/Chapter11_Counter_Example.jl)
63-
- [Chapter12 Random Walk.jl](https://juliareinforcementlearning.org/blog/notebooks_for_reinforcement_learning_an_introduction/Chapter12_Random_Walk.jl)
64-
- [Chapter13 Short Corridor.jl](https://juliareinforcementlearning.org/blog/notebooks_for_reinforcement_learning_an_introduction/Chapter13_Short_Corridor.jl)
6541

6642
## Useful Links
6743

0 commit comments

Comments
 (0)