package
0.2.0
Repository: https://github.com/gmlewis/gym-socket-api.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

Flatten turns a tensor observation into a 1-dimensional vector.
Make creates an Env by connecting to an API server and requesting the given environment.
UnpackTuple separates a tuple observation into its children observation.
Upload connects to the API host and uses it to upload a monitor directory to the Gym website.

# Structs

Space defines an action or observation space.

# Interfaces

Env is a handle on a Gym environment.
Obs is an observation from an environment.
Uint8Obs is an observation which can be converted to a flattened slice of raw 8-bit unsigned integers.