Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

return only one dimension in multidimensional observation? #377

Closed
doweichert opened this issue Nov 29, 2021 · 0 comments
Closed

return only one dimension in multidimensional observation? #377

doweichert opened this issue Nov 29, 2021 · 0 comments

Comments

@doweichert
Copy link

doweichert commented Nov 29, 2021

Hej,

I just found your julia package and it looks great.

Anyway, I've got a short question. I've got a problem in a, say, two dimensional space and two actions that lead to observations only for one of the dimensions. To express it generator-like with (x, y)-tuples for actions a_1 and a_2:

((s'_x, s'_y), (o_x, ??), r) = G((s_x, s_y), a_1)
((s'_x, s'_y), (??, o_y), r) = G((s_x, s_y), a_2)

How can I express this best using the framework?

Thanks for your help.
Dorina

@JuliaPOMDP JuliaPOMDP locked and limited conversation to collaborators Nov 29, 2021

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants