java.lang.Object
org.tweetyproject.machinelearning.rl.mdp.FixedPolicy<S,A> 
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
FixedPolicy
public FixedPolicy()Creates a new fixed policy 
 - 
 - 
Method Details
- 
execute
 - 
isWellFormed
Checks whether this policy is well-formed, i.e. whether every state in the given set of states is mapped to some action.- Parameters:
 states- some set of states- Returns:
 - "true" iff this policy is well-formed
 
 - 
set
 - 
toString
 - 
hashCode
 - 
equals
 
 -