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
657 stars 100 forks source link

Register v1.0 🎉 🥳 #421

Closed zsunberg closed 1 month ago

zsunberg commented 2 years ago

I think we are ready to register version 1.0 of this package! 🎉

The only issue is that many of the solvers still use deprecated functionality that has moved to POMDPLinter. This should not be difficult to fix, but will mean that we have to go through and fix every solver.

Does anyone have any reason to hold up on this?

zsunberg commented 1 year ago

FYI @WhiffleFish and I plan to do this on Thursday

zsunberg commented 1 month ago

After nearly two years, I am finally about to push the button on this, ha! Just waiting for the tests to pass.