You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[An Introduction to ReinforcementLearning.jl: Design, Implementation & Thoughts](http://juliareinforcementlearning.github.io/blog)
31
+
- Manual
32
+
-[ReinforcementLearningBase.jl](@ref)
33
+
-[ReinforcementLearningCore.jl](@ref)
34
+
-[ReinforcementLearningEnvironments.jl](@ref)
35
+
-[ReinforcementLearningZoo.jl](@ref)
36
+
25
37
## Project Structure
26
38
27
39
[**ReinforcementLearning.jl**](https://github.com/JuliaReinforcementLearning/ReinforcementLearning.jl) itself is just a wrapper around several other packages inside the [JuliaReinforcementLearning](https://github.com/JuliaReinforcementLearning) org. The relationship between different packages is described below:
@@ -64,16 +76,4 @@ This package can be installed from the package manager in Julia's REPL:
64
76
```
65
77
66
78
!!! note
67
-
[ReinforcementLearningAnIntroduction.jl](https://github.com/JuliaReinforcementLearning/ReinforcementLearningAnIntroduction.jl) contains some traditional reinforcement algorithms and it is not registered yet. So it is not included in [ReinforcementLearning.jl](https://github.com/JuliaReinforcementLearning/ReinforcementLearning.jl). The reason to do so is to ease the burden of maintainance.
68
-
69
-
## Resources
70
-
71
-
-[Get Started in 3 lines!](http://juliareinforcementlearning.github.io/get_started)
-[An Introduction to ReinforcementLearning.jl: Design, Implementation & Thoughts](http://juliareinforcementlearning.github.io/blog)
75
-
- Manual
76
-
-[ReinforcementLearningBase.jl](@ref)
77
-
-[ReinforcementLearningCore.jl](@ref)
78
-
-[ReinforcementLearningEnvironments.jl](@ref)
79
-
-[ReinforcementLearningZoo.jl](@ref)
79
+
[ReinforcementLearningAnIntroduction.jl](https://github.com/JuliaReinforcementLearning/ReinforcementLearningAnIntroduction.jl) contains some traditional reinforcement algorithms and it is not registered yet. So it is not included in [ReinforcementLearning.jl](https://github.com/JuliaReinforcementLearning/ReinforcementLearning.jl). The reason to do so is to ease the burden of maintenance.
0 commit comments