graphenv.graph_model_bellman_mixin.GraphModelBellmanMixin

class GraphModelBellmanMixin[source]

Bases: object

Mixin for use with GraphModel that evaluates the current state as the max of the successor state value assessments.

Methods