Package org.rlcommunity.rlglue.codec

Interface Summary
AgentInterface This is the interface that all agents should implement.
EnvironmentInterface This is the interface that all environments should implement.
RLGlueInterface This is the definition of an RLGlue 'engine'.
 

Class Summary
LocalGlue This is a local implementation of RL-Glue.
NetGlue This is the network connection for an experiment program that will talk to the C/C++ rl_glue executable over sockets.
RLGlue This is the main RLGlue interface class for Experiment Programs.
RLGlueCore This is the executable class from the JavaRLGlueCodec JAR.