GAN model trained on Atari game screenshots.
To train the model, run the script using the following command:
python3 GAN_atari.pyTo view your results in TensorBoard, run the following command in your terminal while the model is training:
tensorboard --logdir runs --host localhost