importgymnasiumfromgymnasium.utils.playimportplayimportale_pygymnasium.register_envs(ale_py)env=gymnasium.make("ALE/Breakout-v5",render_mode="rgb_array")print(f'{env.unwrapped.get_keys_to_action()=}')# env.unwrapped.get_keys_to_action()={(None,): <Action.NOOP: 0>, (32,): <Action.FI...
161 + "ALE/Breakout-v5", 162 + frameskip=1, 164 163 ) 165 164 ) 166 165 # We do not auto-detect callable env makers for Atari envs.Diff for: rllib/connectors/tests/test_connector.py +1-1 Original file line numberDiff line numberDiff line change @@ -1,6 +1,6 @@...