Skip to content

alvinwan/ale-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

track and log actions for a human player via Arcade Learning Environment

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published