Skip to content

Commit

Permalink
Fix main page example 'Breakout' to 'breakout' (#570)
Browse files Browse the repository at this point in the history
  • Loading branch information
dscain authored Nov 1, 2024
1 parent 754a7ff commit 9bfb918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ You can now import the ALE in your Python projects with providing a direct inter
from ale_py import ALEInterface, roms

ale = ALEInterface()
ale.loadROM(roms.get_rom_path("Breakout"))
ale.loadROM(roms.get_rom_path("breakout"))
ale.reset_game()

reward = ale.act(0) # noop
Expand Down

0 comments on commit 9bfb918

Please sign in to comment.