From 9bfb9181f17c960cab3d8e1216cfe4a7309e3541 Mon Sep 17 00:00:00 2001 From: scain Date: Fri, 1 Nov 2024 17:46:19 +0100 Subject: [PATCH] Fix main page example 'Breakout' to 'breakout' (#570) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 218f660f4..e767655f1 100644 --- a/README.md +++ b/README.md @@ -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