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 IDrank(int): (int) an integer offset for the random seedseed(int): (int) the inital seed for RNGframe_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