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
{{ message }}
This repository was archived by the owner on May 6, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3-7Lines changed: 3 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,15 +67,11 @@ Some built-in experiments are exported to help new users to easily run benchmark
67
67
## Run Experiments
68
68
69
69
```julia
70
-
julia> ] add ReinforcementLearningZoo
70
+
julia> ] add ReinforcementLearning
71
71
72
-
julia>usingReinforcementLearningZoo
72
+
julia>usingReinforcementLearning
73
73
74
-
julia> ] add ReinforcementLearningEnvironments
75
-
76
-
julia>using ReinforcementLearningEnvironments
77
-
78
-
julia>run(E`JuliaRL_BasicDQN_CartPole`) # the CartPole environment is provided in ReinforcementLearningEnvironments, so we need to have it installed first
0 commit comments