Skip to content

Open Markov Systems and MDPs #1

Description

@jpfairbanks

Hi Jaz,
How do your open markov systems relate to things like Markov Decision Processes and Partially Observed Markov Decision Processes.

From wikipedia:

A discrete-time POMDP models the relationship between an agent and its environment. Formally, a POMDP is a 7-tuple (S,A,T,R,\Omega ,O,\gamma ), where

S is a set of states,
A is a set of actions,
T is a set of conditional transition probabilities between states,
R: S \times A \to \mathbb{R} is the reward function.
\Omega  is a set of observations,
O is a set of conditional observation probabilities, and
\gamma \in [0, 1] is the discount factor.

It seems like POMDPs are an established framework for modeling agents that interact with an environment. Can they be explained with this CT machinery?

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

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions