Skip to content
This repository was archived by the owner on May 6, 2021. It is now read-only.

Commit 58e3044

Browse files
authored
Update README.md (#114)
1 parent e288361 commit 58e3044

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,11 @@ Some built-in experiments are exported to help new users to easily run benchmark
6767
## Run Experiments
6868

6969
```julia
70-
julia> ] add ReinforcementLearningZoo
70+
julia> ] add ReinforcementLearning
7171

72-
julia> using ReinforcementLearningZoo
72+
julia> using ReinforcementLearning
7373

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
74+
julia> run(E`JuliaRL_BasicDQN_CartPole`)
7975

8076
julia> ] add ArcadeLearningEnvironment
8177

0 commit comments

Comments
 (0)