Skip to content

Initial observations #1

Description

@davexparker

Partially observable models like POMDPs should know what the initial observation is when starting.

For state-based observations (O : S -> Z), this is straightforward because /observations/states/values.bin stores an observation for each state, including the initial state. These can also be stochastic.

But for action-state observations (O : A x S -> Z), this is less straightforward because UMB attaches them to branches s-a->s' (assuming that it will be consistent across different source state s for each action a and target state s'). When the initial state has no incoming transitions, there is no place to store an initial observation.

It may be sensible to consider this together with initial state distributions, which are also not yet supported.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions