Packages

package core

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait Env[Action, Observation, ActionSpace[A] <: Space[A], ObservationSpace[O] <: Space[O]] extends Object with PythonInternals

    From https://github.com/openai/gym/blob/master/gym/core.py Env is a facade that adds types to standard open-ai environments.

    From https://github.com/openai/gym/blob/master/gym/core.py Env is a facade that adds types to standard open-ai environments.

    Action

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

    Observation

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

    ActionSpace

    the type of the space associate to actions, e.g. Space, Box, Dict, Tuple, ..

    ObservationSpace

    the type of the space associate to actions, e.g. Space, Box, Dict, Tuple, ..

    Annotations
    @native()
  2. trait Wrapper[A, O, AS[a] <: Space[a], OS[o] <: Space[o], W <: Env[A, O, AS, OS]] extends Env[A, O, AS, OS]

    From https://github.com/openai/gym/blob/master/gym/core.py

    From https://github.com/openai/gym/blob/master/gym/core.py

    Annotations
    @native()

Value Members

  1. object Env

Ungrouped