action | General RL-Glue action data representation. |
---|---|
agent | The RL-Glue agent. |
environment | The RL-Glue environment. |
experiment | The RL-Glue experiment. |
observation | General RL-Glue observation data representation. |
*init-buffer-size* | Initial buffer size in bytes. |
---|
get-codec-version | Returns the official codec version. |
---|---|
get-vc-codec-version | Returns the codec version in the version control system. |
make-action | Makes an action object. |
make-float-array | Makes a float array of SIZE with the package supported floating point typed elements. |
make-int-array | Makes an integer array of SIZE with the package supported integer typed elements. |
make-observation | Makes an observation object. |
rl-agent-message | This message passes the input string to the agent and returns the
reply string given by the age... |
rl-cleanup | Provides an opportunity to reclaim resources allocated by rl-init.
PARAMETERS: exp : expe... |
rl-close | Finishes the experiment by closing its network resources (socket).
PARAMETERS: exp : expe... |
rl-env-message | This message passes the input string to the environment and returns the
reply string given by t... |
rl-episode | Do one episode until a termination observation occurs or until steps have
elapsed, whichever co... |
rl-init | This initializes everything, passing the environment's task specification
to the agent. This sh... |
rl-num-episodes | Return the number of episodes finished after rl-init.
PARAMETERS: exp : experiment in use... |
rl-num-steps | Return the number of steps elapsed in the current or just completed episode.
PARAMETERS: ... |
rl-return | Return the cumulative total reward of the current or just completed episode.
The collection of ... |
rl-start | Do the first step of a run or episode. The action is saved in
the upcoming-action slot so that ... |
rl-step | Take one step. rl-step uses the saved action and saves the returned
action for the next step. T... |
run-agent | Connects the specified AGENT to RL-Glue on HOST and PORT. If the attempt is refused, it is tried... |
run-env | Connects the specified ENV to RL-Glue on HOST and PORT. If the
attempt is refused, it is tried ... |
rl-equalp | Compares two RL objects. |
---|