Skip to content

Representation of MDPs #1

@czgdp1807

Description

@czgdp1807

Description of the problem

Since, RL aims to solve MDPs i.e., Markov Decision Processes so our first aim should be decide on their representation. It should be designed in such a way that RL algorithms can easily use these representations for finding optimal/sub-optimal solutions.
MDPs have the following elements,

  1. State
  2. Actions
  3. Transition Probabilities
  4. Transition Rewards
  5. Policy
  6. Performance Metric

SMDPs have an additional element called Time of Transition.

How each of the above elements can be represented? One idea can be to use a class for encapsulating the above elements.

Example of the problem

References/Other comments

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions