Using POMDPs.jl and running the lightdark.ipynb #368
Unanswered
BPAServices
asked this question in
Debugging Help
Replies: 1 comment 7 replies
-
You likely need to do |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Folks,
trying to run this https://nbviewer.jupyter.org/url/zachary.sunberg.net/assets/notebooks/pomdps_lightdark_demo.ipynb#
Changed the importall to the following:
using Pkg; Pkg.add("POMDPs")
using Pkg; Pkg.add("POMDPToolbox")
using Pkg; Pkg.add("Distributions")
using Pkg; Pkg.add("Parameters")
using Pkg; Pkg.add("Plots")
using Pkg; Pkg.add("StaticArrays")
Assuming all the packages loaded properly:
Resolving package versions...
No Changes to
C:\Users\cveda\.julia\environments\v1.6\Project.toml
No Changes to
C:\Users\cveda\.julia\environments\v1.6\Manifest.toml
Resolving package versions...
No Changes to
C:\Users\cveda\.julia\environments\v1.6\Project.toml
No Changes to
C:\Users\cveda\.julia\environments\v1.6\Manifest.toml
Resolving package versions...
No Changes to
C:\Users\cveda\.julia\environments\v1.6\Project.toml
No Changes to
C:\Users\cveda\.julia\environments\v1.6\Manifest.toml
Resolving package versions...
No Changes to
C:\Users\cveda\.julia\environments\v1.6\Project.toml
No Changes to
C:\Users\cveda\.julia\environments\v1.6\Manifest.toml
Resolving package versions...
No Changes to
C:\Users\cveda\.julia\environments\v1.6\Project.toml
No Changes to
C:\Users\cveda\.julia\environments\v1.6\Manifest.toml
Resolving package versions...
No Changes to
C:\Users\cveda\.julia\environments\v1.6\Project.toml
No Changes to
C:\Users\cveda\.julia\environments\v1.6\Manifest.toml
Now I'm running the next step which is
and it gives me the following error:
LoadError: UndefVarError: @with_kw not defined
in expression starting at In[5]:1
Stacktrace:
[1] top-level scope
@ :0
[2] eval
@ .\boot.jl:360 [inlined]
[3] include_string(mapexpr::typeof(REPL.softscope), mod::Module, code::String, filename::String)
@ Base .\loading.jl:1116
Beta Was this translation helpful? Give feedback.
All reactions