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