JuliaPOMDP / SARSOP.jl

Julia package that wraps the SARSOP software for solving POMDPs/MDPs
Other
14 stars 7 forks source link

Issue with running SARSOP #17

Closed WilliamJou closed 4 years ago

WilliamJou commented 6 years ago

I ran into this error while working with Zach on my implementation of a POMDP.

Below is my code, and the error states:

mode.pomdpx:line 394: In State Function state1 : there are missing transitions Transition not specified for instance a0 s20

https://gist.github.com/WilliamJou/8d28f48744b7231c4a816715e8dd8ec6

zsunberg commented 6 years ago

Thanks for posting! we will look into it.

sarit-adh commented 6 years ago

I am also facing similar issue, even though transition function is returning something for each state, action pair. @WilliamJou did you manage to solve it?

zsunberg commented 6 years ago

Hey @sarit-adh , hope you can make progress on this - I remember that we eventually did get William's code running, but I don't remember exactly what the problem was. You might find more info here: https://groups.google.com/forum/#!searchin/pomdps-users/william

If you have any suggestions on how we can improve error messages, etc., we're happy to hear them (or we're even happier to accept Pull requests :))

zsunberg commented 4 years ago

This appears to be stale. closing.