Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (14 loc) · 734 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 734 Bytes

Atari

Game description

Atari games wiki

Create

  • Python name: atari
  • C++ constructor name: ArcadeGame
  • Name for the unified C++ simulator interface: atari

Flags

Name Description
pause_screen Pause the screen when show_screen() is called, until any key is pressed. (Default: false)
ale_rom The Atari ROM file. You need to download the ROMs (.bin files) yourself. For exampe, from here. (Default: "")
context How many consecutive frames are used to represent the current sensor input. (Default: 1)