edu.iastate.jrelm.core
Interface State<I>

Type Parameters:
I - - The type this State uses for identification
All Known Implementing Classes:
SimpleState

public interface State<I>

For classes representing a state of the environment that an agent is operating in. Usually this will include only the salient features of the world that an agent has access to and are relevant to learning.

Author:
Charles Gieseler
See Also:
StateDomain

Method Summary
 I getID()
          Retrieve the identifier for this State.
 

Method Detail

getID

I getID()
Retrieve the identifier for this State.

Returns:
the identifier for this State