-
-
Notifications
You must be signed in to change notification settings - Fork 108
Closed
Labels
help wantedExtra attention is neededExtra attention is needed
Description
In the website https://juliareinforcementlearning.org/, there are the three lines
julia> ] add ReinforcementLearningExperiments
julia> using ReinforcementLearningExperiments
julia> run(E`JuliaRL_BasicDQN_CartPole`)However, the third one gives (on Julia v1.7.1)
julia> run(E`JuliaRL_BasicDQN_CartPole`)
ERROR: LoadError: MethodError: no method matching Experiment(::Val{:JuliaRL}, ::Val{:BasicDQN}, ::Val{:CartPole}, ::Nothing)
Closest candidates are:
Experiment(::Any, ::Any, ::Any, ::Any, ::String) at ~/.julia/packages/ReinforcementLearningCore/bim1e/src/core/experiment.jl:18
Experiment(::Any, ::Any, ::Any, ::Any, ::Any) at ~/.julia/packages/ReinforcementLearningCore/bim1e/src/core/experiment.jl:18
Stacktrace:
[1] Experiment(s::String)
@ ReinforcementLearningCore ~/.julia/packages/ReinforcementLearningCore/bim1e/src/core/experiment.jl:46
[2] var"@E_cmd"(__source__::LineNumberNode, __module__::Module, s::Any)
@ ReinforcementLearningCore ~/.julia/packages/ReinforcementLearningCore/bim1e/src/core/experiment.jl:36
in expression starting at REPL[16]:1Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed