Skip to content

POMDP States with different state variables types, definition and management with basicPOMCP online solver #423

Discussion options

You must be logged in to vote

One important conceptual thing to understand is that the word "states" is used in two ways in the literature and discussions. Sometimes people use "states" to refer to the state dimensions, i.e. what are the variables needed to describe the state. For example someone might say "the states of the pendulum system are theta and theta dot". The second meaning is a set of all of the possible values that the state can take, i.e. the state can be s_LANDED or s_HOVERING. In POMDPs.jl, we use the second meaning when a function or argument is called states.

In your example above, you seem to be mixing the two meanings, i.e. s_LANDED and s_HOVERING are values of one of the state variables, whereas B…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Piaktipik
Comment options

Answer selected by Piaktipik
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants