A user interface for human in OpenAI gym atari.
Run main.py
to generate a pkl file of human demonstration.
python main.py --env [environment name] --delay [delay (second) at each frame]
Run load.py
to visualize your demonstration.
python load.py [pkl file path]