Uses of Interface
org.rlcommunity.rlglue.codec.RLGlueInterface

Packages that use RLGlueInterface
org.rlcommunity.rlglue.codec   
 

Uses of RLGlueInterface in org.rlcommunity.rlglue.codec
 

Classes in org.rlcommunity.rlglue.codec that implement RLGlueInterface
 class LocalGlue
          This is a local implementation of RL-Glue.
 class NetGlue
          This is the network connection for an experiment program that will talk to the C/C++ rl_glue executable over sockets.
 

Methods in org.rlcommunity.rlglue.codec with parameters of type RLGlueInterface
static void RLGlue.setGlue(RLGlueInterface alternateGlueEngine)
          Non-Core Method.