Package | Description |
---|---|
org.encog.ml.world | |
org.encog.ml.world.basic | |
org.encog.ml.world.grid | |
org.encog.ml.world.learning.mdp | |
org.encog.ml.world.learning.q |
Modifier and Type | Method and Description |
---|---|
World |
WorldAgent.getWorld() |
World |
AgentPolicy.getWorld() |
Modifier and Type | Method and Description |
---|---|
double |
PerformAction.determineCost(World w,
State s,
Action a) |
boolean |
PerformAction.isPossible(World w,
State s,
Action a) |
void |
PerformAction.perform(World w,
State s,
Action a) |
void |
WorldAgent.setWorld(World world) |
Modifier and Type | Class and Description |
---|---|
class |
BasicWorld |
Modifier and Type | Method and Description |
---|---|
World |
BasicAgent.getWorld() |
Modifier and Type | Method and Description |
---|---|
void |
BasicAgent.setWorld(World world) |
Modifier and Type | Class and Description |
---|---|
class |
GridWorld |
Modifier and Type | Method and Description |
---|---|
World |
MarkovDecisionProcess.getWorld() |
Constructor and Description |
---|
MarkovDecisionProcess(World theWorld) |
ValueIteration(World theWorld,
double theDiscountFactor) |
Constructor and Description |
---|
QLearning(World theWorld,
double theLearningRate,
double theDiscountRate) |
Copyright © 2014. All Rights Reserved.