package emote.env.box2d

Functions

def make_vision_box2d_env(
    environment_id,
    rank,
    seed,
    frame_stack,
    use_float_scaling
) -> None

Arguments:

  • environment_id(str): (str) the environment ID
  • rank(int): (int) an integer offset for the random seed
  • seed(int): (int) the inital seed for RNG
  • frame_stack(int): (int) Stacks this many frames. (default: 3)
  • use_float_scaling(bool): (bool) scaled the observations from char to normalised float (default: True)

Returns:

  • the env creator function