Skip to content

Breakout game is flickering when the episode_frame_number reaches 65536 while max_num_frames_per_episode is 108000 in the env spec, is this a known issue? #623

Description

@RongpingZhou

Breakout game is flickering when the episode_frame_number reaches 65536 while max_num_frames_per_episode is 108000 in the env spec?

The below is env spec:

EnvSpec(id='BreakoutNoFrameskip-v4', entry_point='ale_py.env:AtariEnv', reward_threshold=None, nondeterministic=False, max_episode_steps=108000, order_enforce=True, disable_env_checker=False, kwargs={'game': 'breakout', 'obs_type': 'rgb', 'repeat_action_probability': 0.0, 'full_action_space': False, 'max_num_frames_per_episode': 108000, 'frameskip': 1, 'render_mode': 'rgb_array'}, namespace=None, name='BreakoutNoFrameskip', version=4, additional_wrappers=(WrapperSpec(name='MaxAndSkipEnv', entry_point='stable_baselines3.common.atari_wrappers:MaxAndSkipEnv', kwargs=None), WrapperSpec(name='EpisodicLifeEnv', entry_point='stable_baselines3.common.atari_wrappers:EpisodicLifeEnv', kwargs=None), WrapperSpec(name='FireResetEnv', entry_point='stable_baselines3.common.atari_wrappers:FireResetEnv', kwargs=None)), vector_entry_point=None)

Here attched the captured video:

breakout_flickering.mp4

Just wondering whether there is any fix for that?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions