mdp_playground.config_processor.config_processor.create_gym_env_wrapper_frame_stack_atari

mdp_playground.config_processor.config_processor.create_gym_env_wrapper_frame_stack_atari(config)[source]

When using frameStack GymEnvWrapper should wrap AtariEnv using wrap_deepmind_ray and therefore this function sets “wrap_deepmind_ray”: True and ‘frame_skip’: 1 inside config so as to keep config same as for create_gym_env_wrapper_atari above and reduce manual errors when switching between the 2.