| Interface | Description |
|---|---|
| MAVFPlannerFactory |
An interface for generating multi agent value function planners (
MAValueFunctionPlanner objects). |
| Class | Description |
|---|---|
| MAVFPlanAgentFactory |
An agent factory for the
MultiAgentVFPlanningAgent agent. |
| MAVFPlannerFactory.ConstantMAVFPlannerFactory |
MAValueFunctionPlanner factory that always returns the same object instance, unless the reference is chaned with a mutator. |
| MAVFPlannerFactory.MAVIPlannerFactory |
Factory for generating multi-agent value iteration planners (
MAValueIteration). |
| MultiAgentVFPlanningAgent |
A agent that using a multi agent value function planning algorithm (instance of
MAValueFunctionPlanner) to compute the value of each state and then follow
a policy derived from a joint policy that is derived from that estimated value function. |