org.encog.ml.world.learning.mdp
Class MarkovDecisionProcess

java.lang.Object
  extended by org.encog.ml.world.learning.mdp.MarkovDecisionProcess
Direct Known Subclasses:
ValueIteration

public class MarkovDecisionProcess
extends Object


Constructor Summary
MarkovDecisionProcess(World theWorld)
           
 
Method Summary
 State getGoal()
           
 World getWorld()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MarkovDecisionProcess

public MarkovDecisionProcess(World theWorld)
Method Detail

getWorld

public World getWorld()
Returns:
the world

getGoal

public State getGoal()
Returns:
the goal


Copyright © 2014. All Rights Reserved.