-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
StackOverflowError when solving TigerPOMDP #17
Comments
It appears that |
Thanks, that makes sense. My main problem with this solver was that the documentation does not explain at all what the bounds mean. The MCVI paper also did not help. |
Has anyone recently found how to solve this issue? I ran into the same StackOverlfow error while trying to solve the mountaincar domain with MCVI? This is my version, that tried to keep these bounds as close as possible:
|
Hi everyone,
I am currently trying to solve a version of the TigerPOMDP, but with continuous observations instead of the Bernoulli observation model from the original tiger problem. Since MCVI is one of the few solvers that supports continuous observations, I thought I'd give it a try.
As a first attempt, I tried to run MCVI on the original TigerPOMDP as implemented in
POMDPModels.jl
. I basically adapted the code from the tests in this repo to the tiger problem. This is my code:I am getting the following error message, for which I have no clue why:
Does anyone have an idea how to use this solver for problems other than the LightDark1D?
Thanks,
Dominik
The text was updated successfully, but these errors were encountered: