Terminal States in GenerativeBeliefMDP #555
FlyingWorkshop
started this conversation in
Ideas
Replies: 2 comments 3 replies
-
At one level higher, what are you trying to do? i.e. why is checking and handling termination before generation "a useful behavior in practice"? or what would you do if you could check it before next state generation? (maybe link to some code where there is a problem) |
Beta Was this translation helpful? Give feedback.
3 replies
-
I spoke to my PhD students who had a similar issue, and they decided to use problems where the observation indicates that the state must be terminal so that the belief is always terminal when the state is terminal. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Porting this conversation from email @zsunberg, @mykelk.
Is there another way to implement @gen in GenerativeBeliefMDP. Currently, the function samples a state from the belief and checks whether the sampled state is terminal during generation. This makes it hard to check and handle termination before generation (which is a useful behavior in practice).
Beta Was this translation helpful? Give feedback.
All reactions