Skip to content
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

Continuous Observations #9

Open
dominikstrb opened this issue May 14, 2021 · 1 comment
Open

Continuous Observations #9

dominikstrb opened this issue May 14, 2021 · 1 comment

Comments

@dominikstrb
Copy link
Collaborator

It would be nice to have an offline solver, which can handle continuous observation spaces (or large discrete ones). Hoey & Poupart [1] introduced an extension of point-based methods, which works by partitioning the observation space into a small set of regions, which lead to the same conditional plan.

I might give implementing their method a try at some point, but I am not sure whether this should be implemented as an extension of PointBasedValueIteration.jl or as a standalone package.

[1] Hoey, J., & Poupart, P. (2005, July). Solving POMDPs with continuous or large discrete observation spaces. In IJCAI (pp. 1332-1338).

@zsunberg
Copy link
Member

This would be really cool. I'm guessing we would want a more convenient way to represent continuous spaces though. If it is a pretty straightforward addition, I think it would make sense to be in this package, but it could also just depend on this package without being a part of it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants