Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 629 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 629 Bytes

Unsupervised Representation Learning in Partially Observable Atari Games

This repo is based on the code from the benchmark and techniques introduced in the paper Unsupervised State Representation Learning in Atari. Please visit https://github.com/mila-iqia/atari-representation-learning for detailed instructions on the benchmark.

To run the script:

python run_probe.py

An example of setting the environment, pretrain with masked images and masking ratio 0.8, seed 2:

run_probe.py --env-name VideoPinballNoFrameskip-v4 --pretrain-masks --mask-ratio 0.8 --seed 2