Packages

package gym

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package core
  2. package envs
  3. package spaces

Type Members

  1. trait GymMaker extends AnyRef

    the shape for a gym module.

    the shape for a gym module. It is inspired by https://github.com/openai/gym/blob/master/gym/init.py the scope of this module is to make environments the key idea is that different python module can be reused with this interface, define what kind of environment the module might return.

Value Members

  1. object ExternalType
  2. object Gym extends StaticModule with GymMaker

    open ai gym module, refer to https://github.com/openai/gym/blob/master/gym/init.py

    open ai gym module, refer to https://github.com/openai/gym/blob/master/gym/init.py

    Annotations
    @native()

Ungrouped