Documentation
¶
Overview ¶
The env package contains code for generating a custom gym environment or to replicate a similar environment from the gym library.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Environment ¶
type Environment interface { Step(action []float64) (float64, float64, bool, error) Reset() float64 GetNumActions() int GetNumObservations() int }
Environment is a representation of a gym environment, which needs to implement the Step, Reset, GetNumActions, and GetNumObservations functions.
Directories
¶
Path | Synopsis |
---|---|
The frozenlake package contains code for generating the frozen lake environment.
|
The frozenlake package contains code for generating the frozen lake environment. |
The soccer package contains code for generating the soccer environment.
|
The soccer package contains code for generating the soccer environment. |
Click to show internal directories.
Click to hide internal directories.