JuliaPOMDP / POMDPs.jl

MDPs and POMDPs in Julia - An interface for defining, solving, and simulating fully and partially observable Markov decision processes on discrete and continuous spaces.
http://juliapomdp.github.io/POMDPs.jl/latest/
Other
664 stars 100 forks source link

Replace @kwdef with Base.@kwdef to make the package compatible with older Julia versions #518

Closed himanshugupta1009 closed 1 year ago

himanshugupta1009 commented 1 year ago

The current package doesn't work in Julia 1.8 (and maybe even prior versions) because the Base module was not used before @kwdef in the dict.jl file inside POMDPTools.jl

zsunberg commented 1 year ago

Thanks @himanshugupta1009 !