public class MADynamicProgramming.JointActionTransitions
extends java.lang.Object
JointAction
,
the list of state transtitions (StateTransitionProb
objects), and a list of joint rewards (A map from agent names
to rewards received).Modifier and Type | Field and Description |
---|---|
JointAction |
ja |
java.util.List<double[]> |
jrs |
java.util.List<StateTransitionProb> |
tps |
Constructor and Description |
---|
JointActionTransitions(State s,
JointAction ja)
Generates the transition information for the given state and joint aciton
|
public JointAction ja
public java.util.List<StateTransitionProb> tps
public java.util.List<double[]> jrs
public JointActionTransitions(State s, JointAction ja)
s
- the state in which the joint action is appliedja
- the joint action applied to the given state