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

add initialstate for SparseTabular(PO)MDP #445

Closed fredcallaway closed 1 year ago

fredcallaway commented 1 year ago

I've tested it with my own hacky code. Plan to add real tests, but creating pull request in case I forget (in which case perhaps someone else could take over).

fredcallaway commented 1 year ago

fixes #444

fredcallaway commented 1 year ago

I actually ran the tests this time :)

zsunberg commented 1 year ago

Awesome! Thank you @fredcallaway !