net.pakl.rl
Interface Action

All Known Implementing Classes:
Action2D, ReadingAction

public interface Action

A basic element of our Reinforcement Learning simulation framework; Actions are returned by a ActionSet, and when performed by an Agent, moves it to another state in a World


Method Summary
 int hashCode()
           
 

Method Detail

hashCode

int hashCode()
Overrides:
hashCode in class java.lang.Object