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

Point to `SymbolicMDPs.jl` for PDDL support #379

Closed rejuvyesh closed 2 years ago

rejuvyesh commented 2 years ago

https://github.com/JuliaPlanners/SymbolicMDPs.jl

zsunberg commented 2 years ago

@ztangent FYI we linked to your package in 990f272 . Do you think we should say anything else about what SymbolicMDPs can do? My understanding is that it provides a way to create a POMDPs.jl MDP model from a PDDL model. Is there anything else that we should mention?

Thanks for your work on symbolic planning - looking forward to working with you to support the planning community!

ztangent commented 2 years ago

Yes, I think that's enough -- thank you for linking! :)