Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 738 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 738 Bytes

Arcade Learning Environment (ALE) Tracker

Tracks actions for a human player, when manual control mode via ALE is not available.

Consider using gym-tracker instead. This codebase pauses the game when you take actions. However, the gym-tracker features continuous gameplay.

Logs

The logs are written to .npz - Numpy's compressed data file extension - and can be read using numpy utilities.

Install

See offsite installation instructions.

Usage

Say your rom is at ~/Downloads/space_invaders.bin. To start logging, run

python main.py ~/Downloads/space_invaders.bin --user --display