Module rurel::mdp [] [src]

Traits

Agent

An Agent is something which hold a certain state, and is able to take actions from that state. After taking an action, the agent arrives at another state.

State

A State is something which has a reward, and has a certain set of actions associated with it. The type of the actions must be defined as the associated type A.