Skip to content

Commit

Permalink
Remove unused button actions from ZeldaGymEnv
Browse files Browse the repository at this point in the history
  • Loading branch information
msosav committed Jan 10, 2025
1 parent a4c23b6 commit 8f52fa3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions config/gym.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ def __init__(self, config: dict, debug=False):
WindowEvent.PRESS_BUTTON_A,
WindowEvent.PRESS_BUTTON_B,
WindowEvent.PRESS_BUTTON_START,
WindowEvent.PRESS_BUTTON_SELECT
]

self.release_actions = [
Expand All @@ -45,7 +44,6 @@ def __init__(self, config: dict, debug=False):
WindowEvent.RELEASE_BUTTON_A,
WindowEvent.RELEASE_BUTTON_B,
WindowEvent.RELEASE_BUTTON_START,
WindowEvent.RELEASE_BUTTON_SELECT
]

self.observation_space = Dict({
Expand Down

0 comments on commit 8f52fa3

Please sign in to comment.