Interface | Description |
---|---|
MADPPlannerFactory |
An interface for generating
MADynamicProgramming objects. |
Class | Description |
---|---|
MADPPlanAgentFactory |
An agent factory for the
MultiAgentDPPlanningAgent agent. |
MADPPlannerFactory.ConstantMADPPlannerFactory |
MADynamicProgramming factory that always returns the same object instance, unless the reference is chaned with a mutator. |
MADPPlannerFactory.MAVIPlannerFactory |
Factory for generating multi-agent value iteration planners (
MAValueIteration ). |
MultiAgentDPPlanningAgent |
A agent that using a
MADynamicProgramming planning algorithm 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. |