Skip to content

Commit

Permalink
Headless default to true (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
beardyFace authored Sep 18, 2024
1 parent 1931b75 commit f2b698d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/util/configurations.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ class GymEnvironmentConfig(EnvironmentConfig):
rom_path: Optional[str] = f"{Path.home()}/cares_rl_configs"
act_freq: Optional[int] = 24
emulation_speed: Optional[int] = 0
headless: Optional[int] = 0
headless: Optional[int] = 1

0 comments on commit f2b698d

Please sign in to comment.