Uses of Class
net.pakl.rl.maze.State2D

Packages that use State2D
net.pakl.rl.maze World and policy for a 2D problem with impassable obstacles. 
 

Uses of State2D in net.pakl.rl.maze
 

Methods in net.pakl.rl.maze with parameters of type State2D
 boolean MazeWorld.isObstacle(State2D state)
           
 void MazeWorld.makeIntoObstacle(State2D state)
           
 void MazeWorld.makeIntoTerminalState(State2D state)
           
 void MazeWorld.removeAnyObstacle(State2D state)
           
 

Constructors in net.pakl.rl.maze with parameters of type State2D
Action2D(State2D state1, State2D state2)
          This constructor allows you to create an action based on the difference between two states -- moving from state1 to state2