Module renforce::model
[−]
[src]
Model Module
Structs
| PlainModel |
StraightForward model that approximates probabilities can counting observations |
Traits
| DeterministicModel |
Represents a deterministic model of an environment When the agent performs a specified action in a specified state, there's only one possible next state |
| Model |
Represents a (nondeterministic) model of an environment The model itself is composed of the transition and reward functions |