Packages

package spaces

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait Box[Action] extends Space[Action] with PythonInternals

    refer to https://github.com/openai/gym/blob/master/gym/spaces/box.py

    refer to https://github.com/openai/gym/blob/master/gym/spaces/box.py

    Action

    the type of admissible action for this environment, e.g. Int, py.Any, ...

    Annotations
    @native()
  2. trait Dict[Action] extends Space[Action]
    Annotations
    @native()
  3. trait Discrete[Action] extends Space[Action]
    Annotations
    @native()
  4. trait MultiBinary[Action] extends Space[Action]
    Annotations
    @native()
  5. trait MultiDiscrete[Action] extends Space[Action]
    Annotations
    @native()
  6. trait Space[Action] extends Object

    refer to https://github.com/openai/gym/blob/master/gym/spaces/space.py

    refer to https://github.com/openai/gym/blob/master/gym/spaces/space.py

    Action

    the type of admissible action for this environment, e.g. Int, py.Any, ...

    Annotations
    @native()
  7. trait Tuple[Action] extends Space[Action]
    Annotations
    @native()

Value Members

  1. object Box

Ungrouped