Skip to content
Prev Previous commit
Next Next commit
poetey update
  • Loading branch information
Hananel-Hazan committed Sep 12, 2023
commit 7f182f09dd55fdd9ce44f882c350f3d519e8bd39
2 changes: 1 addition & 1 deletion examples/breakout/random_baseline.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
render = args.render

# Load Breakout environment.
env = GymEnvironment("BreakoutDeterministic-v4")
env = GymEnvironment("ALE/BreakoutDeterministic-v4")
env.reset()

total = 0
Expand Down
Loading