Packages

package spaces

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait Box[A] extends Space[A] 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

    Annotations
    @native()
  2. trait Dict[A] extends Space[A]
    Annotations
    @native()
  3. trait Discrete[A] extends Space[A]
    Annotations
    @native()
  4. trait MultiBinary[A] extends Space[A]
    Annotations
    @native()
  5. trait MultiDiscrete[A] extends Space[A]
    Annotations
    @native()
  6. trait Space[A] 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

    A

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

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

Value Members

  1. object Box

Ungrouped