congestion_coverage_plan.mdp.MDP.Transition

class congestion_coverage_plan.mdp.MDP.Transition(start, end, action, cost, probability, occupancy_level)

Bases: object

This class represents a transition in the MDP it contains the start state, the end state, the action, the cost and the probability of the transition

__init__(start, end, action, cost, probability, occupancy_level)

Methods

__init__(start, end, action, cost, ...)

get_action()

get_cost()

get_end()

get_occupancy_level()

get_probability()

get_start()

to_string()