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

Dict policy #491

Closed NeroBlackstone closed 1 year ago

NeroBlackstone commented 1 year ago

Related issue

NeroBlackstone commented 1 year ago

I have added default_value. If you decide to add default_policy, please tell me. ( For now, I'm not sure it makes sense. Thank you very much.

NeroBlackstone commented 1 year ago

Deleted some test code. I think the only thing not finished is default_policy. I don't think it makes sense. If you have more ideas please comment. Thank you.

zsunberg commented 1 year ago

I just added the default policy if you want to see what I meant. Thanks again for your contribution @NeroBlackstone !

NeroBlackstone commented 1 year ago

Thank you very much, I learn a lot.