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

belief-dependent transition function #439

Closed
gdaddi opened this issue Nov 2, 2022 · 0 comments
Closed

belief-dependent transition function #439

gdaddi opened this issue Nov 2, 2022 · 0 comments

Comments

@gdaddi
Copy link

gdaddi commented Nov 2, 2022

Hi,

Is there a way to implement a transition function that depends on the belief state? I checked the source code of both POMDPs and QuickPOMDP and there does not seem to be an obvious way of doing it. Thank you!
This is the pseudocode of what I'm trying to do:

    transition = function (s, a, b)
        if mean(particles(b)) < X:
            # transitionA
        else:
            # transitionB
        end
        # return new state 
    end,
@JuliaPOMDP JuliaPOMDP locked and limited conversation to collaborators Nov 3, 2022
@zsunberg zsunberg converted this issue into discussion #440 Nov 3, 2022

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

1 participant