Skip to content

Commit 621145b

Browse files
authored
Update README.md
1 parent 1da577d commit 621145b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
This project provides the [Julia](https://www.julialang.org/) code to generate figures in the book
1818
[Reinforcement Learning: An
1919
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
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
2323
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:
4646
- [Chapter04 Car Rental.jl](https://juliareinforcementlearning.org/blog/notebooks_for_reinforcement_learning_an_introduction/Chapter04_Car_Rental.jl)
4747
- [Chapter04 Gambler Problem.jl](https://juliareinforcementlearning.org/blog/notebooks_for_reinforcement_learning_an_introduction/Chapter04_Gambler_Problem.jl)
4848
- [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)
5050
- [Chapter05 Left Right.jl](https://juliareinforcementlearning.org/blog/notebooks_for_reinforcement_learning_an_introduction/Chapter05_Left_Right.jl)
5151
- [Chapter06 Cliff Walking.jl](https://juliareinforcementlearning.org/blog/notebooks_for_reinforcement_learning_an_introduction/Chapter06_Cliff_Walking.jl)
5252
- [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)
5454
- [Chapter06 Windy Grid World.jl](https://juliareinforcementlearning.org/blog/notebooks_for_reinforcement_learning_an_introduction/Chapter06_Windy_Grid_World.jl)
5555
- [Chapter07 Random Walk.jl](https://juliareinforcementlearning.org/blog/notebooks_for_reinforcement_learning_an_introduction/Chapter07_Random_Walk.jl)
5656
- [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)
5858
- [Chapter08 Trajectory Sampling.jl](https://juliareinforcementlearning.org/blog/notebooks_for_reinforcement_learning_an_introduction/Chapter08_Trajectory_Sampling.jl)
5959
- [Chapter09 Random Walk.jl](https://juliareinforcementlearning.org/blog/notebooks_for_reinforcement_learning_an_introduction/Chapter09_Random_Walk.jl)
6060
- [Chapter10 Access Control.jl](https://juliareinforcementlearning.org/blog/notebooks_for_reinforcement_learning_an_introduction/Chapter10_Access_Control.jl)

0 commit comments

Comments
 (0)