shyamsn97 / mario-gpt

[Neurips 2023] Generating Mario Levels with GPT2. Code for the paper "MarioGPT: Open-Ended Text2Level Generation through Large Language Models" https://arxiv.org/abs/2302.05981
https://huggingface.co/shyamsn97/Mario-GPT2-700-context-length
MIT License
1.12k stars 101 forks source link

Adding pillow to requirements #2

Closed chayim closed 1 year ago

chayim commented 1 year ago

Doing a pip install and running the sample showed me that PIL wasn't included. Adding pillow so that it is.

shyamsn97 commented 1 year ago

Thanks for this!