package spaces
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- 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()
- trait Dict[A] extends Space[A]
- Annotations
- @native()
- trait Discrete[A] extends Space[A]
- Annotations
- @native()
- trait MultiBinary[A] extends Space[A]
- Annotations
- @native()
- trait MultiDiscrete[A] extends Space[A]
- Annotations
- @native()
- 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()
- trait Tuple[A] extends Space[A]
- Annotations
- @native()