|
17 | 17 | This project provides the [Julia](https://www.julialang.org/) code to generate figures in the book |
18 | 18 | [Reinforcement Learning: An |
19 | 19 | Introduction(2nd)](http://incompleteideas.net/book/the-book-2nd.html). One of |
20 | | -our main goal is to help users understand the basic concepts of reinforcement |
| 20 | +our main goals is to help users understand the basic concepts of reinforcement |
21 | 21 | learning from an engineer's perspective. Once you have grasped how different |
22 | 22 | components are organized, you're ready to explore a wide variety of modern deep |
23 | 23 | reinforcement learning algorithms in [ReinforcementLearningZoo.jl](https://github.com/JuliaReinforcementLearning/ReinforcementLearningZoo.jl). |
@@ -46,15 +46,15 @@ For experienced users with the latest stable Julia properly installed: |
46 | 46 | - [Chapter04 Car Rental.jl](https://juliareinforcementlearning.org/blog/notebooks_for_reinforcement_learning_an_introduction/Chapter04_Car_Rental.jl) |
47 | 47 | - [Chapter04 Gambler Problem.jl](https://juliareinforcementlearning.org/blog/notebooks_for_reinforcement_learning_an_introduction/Chapter04_Gambler_Problem.jl) |
48 | 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) |
| 49 | +- [Chapter05 Blackjack.jl](https://juliareinforcementlearning.org/blog/notebooks_for_reinforcement_learning_an_introduction/Chapter05_Blackjack.jl) |
50 | 50 | - [Chapter05 Left Right.jl](https://juliareinforcementlearning.org/blog/notebooks_for_reinforcement_learning_an_introduction/Chapter05_Left_Right.jl) |
51 | 51 | - [Chapter06 Cliff Walking.jl](https://juliareinforcementlearning.org/blog/notebooks_for_reinforcement_learning_an_introduction/Chapter06_Cliff_Walking.jl) |
52 | 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) |
| 53 | +- [Chapter06 RandomWalk.jl](https://juliareinforcementlearning.org/blog/notebooks_for_reinforcement_learning_an_introduction/Chapter06_RandomWalk.jl) |
54 | 54 | - [Chapter06 Windy Grid World.jl](https://juliareinforcementlearning.org/blog/notebooks_for_reinforcement_learning_an_introduction/Chapter06_Windy_Grid_World.jl) |
55 | 55 | - [Chapter07 Random Walk.jl](https://juliareinforcementlearning.org/blog/notebooks_for_reinforcement_learning_an_introduction/Chapter07_Random_Walk.jl) |
56 | 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) |
| 57 | +- [Chapter08 Maze.jl](https://juliareinforcementlearning.org/blog/notebooks_for_reinforcement_learning_an_introduction/Chapter08_Maze.jl) |
58 | 58 | - [Chapter08 Trajectory Sampling.jl](https://juliareinforcementlearning.org/blog/notebooks_for_reinforcement_learning_an_introduction/Chapter08_Trajectory_Sampling.jl) |
59 | 59 | - [Chapter09 Random Walk.jl](https://juliareinforcementlearning.org/blog/notebooks_for_reinforcement_learning_an_introduction/Chapter09_Random_Walk.jl) |
60 | 60 | - [Chapter10 Access Control.jl](https://juliareinforcementlearning.org/blog/notebooks_for_reinforcement_learning_an_introduction/Chapter10_Access_Control.jl) |
|
0 commit comments