Package Org.Rl-Community.Rl-Glue-Codec - external symbols

See internal symbols too
Package Org.Rl-Community.Rl-Glue-Codec uses the packages Common-Lisp and Usocket. It is also known as Rl-Glue-Codec. It has 231 total symbols and 40 external ones.

Class

actionGeneral RL-Glue action data representation.
agentThe RL-Glue agent.
environmentThe RL-Glue environment.
experimentThe RL-Glue experiment.
observationGeneral RL-Glue observation data representation.

Variable

*init-buffer-size*Initial buffer size in bytes.

Function

get-codec-versionReturns the official codec version.
get-vc-codec-versionReturns the codec version in the version control system.
make-actionMakes an action object.
make-float-arrayMakes a float array of SIZE with the package supported floating point
typed elements.
make-int-arrayMakes an integer array of SIZE with the package supported integer
typed elements.
make-observationMakes an observation object.
rl-agent-messageThis message passes the input string to the agent and returns the
reply string given by the age...
rl-cleanupProvides an opportunity to reclaim resources allocated by rl-init.

PARAMETERS:
exp : expe...
rl-closeFinishes the experiment by closing its network resources (socket).

PARAMETERS:
exp : expe...
rl-env-messageThis message passes the input string to the environment and returns the
reply string given by t...
rl-episodeDo one episode until a termination observation occurs or until steps have
elapsed, whichever co...
rl-initThis initializes everything, passing the environment's task specification
to the agent. This sh...
rl-num-episodesReturn the number of episodes finished after rl-init.

PARAMETERS:
exp : experiment in use...
rl-num-stepsReturn the number of steps elapsed in the current or just completed episode.

PARAMETERS:
...
rl-returnReturn the cumulative total reward of the current or just completed episode.
The collection of ...
rl-startDo the first step of a run or episode. The action is saved in
the upcoming-action slot so that ...
rl-stepTake one step. rl-step uses the saved action and saves the returned
action for the next step. T...
run-agentConnects the specified AGENT to RL-Glue on HOST and PORT. If the
attempt is refused, it is tried...
run-envConnects the specified ENV to RL-Glue on HOST and PORT. If the
attempt is refused, it is tried ...

Generic-Function

rl-equalpCompares two RL objects.