package
0.0.0-20200412025759-1f391922cd6c
Repository: https://github.com/aunum/sphere.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
RegisterEnvironmentAPIHandler registers the http handlers for service EnvironmentAPI to "mux".
RegisterEnvironmentAPIHandlerClient registers the http handlers for service EnvironmentAPI to "mux".
RegisterEnvironmentAPIHandlerFromEndpoint is same as RegisterEnvironmentAPIHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterEnvironmentAPIHandlerServer registers the http handlers for service EnvironmentAPI to "mux".
No description provided by the author
RegisterSphereAPIHandler registers the http handlers for service SphereAPI to "mux".
RegisterSphereAPIHandlerClient registers the http handlers for service SphereAPI to "mux".
RegisterSphereAPIHandlerFromEndpoint is same as RegisterSphereAPIHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterSphereAPIHandlerServer registers the http handlers for service SphereAPI to "mux".
No description provided by the author
# Constants
Record every episode.
Record on episodes that are perfect cubes e.g.
Record every hundredth episode.
Do not record any episodes.
Record every tenth episode.
# Variables
No description provided by the author
No description provided by the author
# Structs
A (possibly unbounded) box in R^n.
Request to create an environment.
Response from creating an environment.
DeepmindAtariWrapper is the deepmind wrapper for the atari environment.
Request to delete an environment.
Response from deleting an environment.
Request to delete a result video.
Response from deleting a video.
A discrete space in math:`{ 0, 1, ..., n-1 \}`.
Empty message.
Environment agents can interact with.
EnvWrapper is an environment wrapper.
No description provided by the author
Results from a single episode.
Request to get an environment.
Response from getting an environment.
Request to get a server.
Response from getting a server.
Request to get a result video.
Response with chunked result video.
Image is an image frame.
Response containing info about the environment.
Request to list environments.
Response from listing environments.
Request to list models.
Response from listing models.
Request to list servers.
Response from listing servers.
Model which environments can be created from.
An n-dimensional binary space e.g.
The multi-discrete action space consists of a series of discrete action spaces with different number of actions in eachs.
Request to register a server.
Response from registering a server.
Request to render an environment.
Response with rgb array of environment state.
Response from resetting an environment.
Response from resetting an environment.
Request for environment results.
Response with environment results.
Request to get a sample action for an environment.
Response containing a sample action from the environment.
An environment server.
A space.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Request to start recording an environment.
Response from beginning to record an environment.
Request to step in an environment.
Response from stepping in an environment.
Request to stop recording an environment.
Response from stopping the recording of an environment.
A struct of spaces.
Tensor is an n-dimensional data array.
UnimplementedEnvironmentAPIServer can be embedded to have forward compatible implementations.
UnimplementedSphereAPIServer can be embedded to have forward compatible implementations.
Request to unregister a server.
Response from unregister a server.
Video from an episode.
# Interfaces
No description provided by the author
No description provided by the author
EnvironmentAPIClient is the client API for EnvironmentAPI service.
EnvironmentAPIServer is the server API for EnvironmentAPI service.
SphereAPIClient is the client API for SphereAPI service.
SphereAPIServer is the server API for SphereAPI service.
# Type aliases
IsEnvWrapper exports the interface for env wrappers.
Episodic rate for capturing video recordings.