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.
The logs are written to .npz
- Numpy's compressed data file extension - and can be read using numpy utilities.
See offsite installation instructions.
Say your rom is at ~/Downloads/space_invaders.bin
. To start logging, run
python main.py ~/Downloads/space_invaders.bin --user --display