Update README.md

This commit is contained in:
Nick Walton
2019-12-06 10:11:44 -07:00
committed by GitHub
parent 9d87efc372
commit a614d5a3a9
+9 -1
View File
@@ -2,4 +2,12 @@
Read more about AIDungeon2 and how it was built [here](https://pcc.cs.byu.edu/2019/11/21/ai-dungeon-2-creating-infinitely-generated-text-adventures-with-deep-learning-language-models/)
Play the game [here](http://www.aidungeon.io).
Play the game in Colab [here](http://www.aidungeon.io).
To play the game locally you need a beefy GPU ~12 GB and CUDA installed.
```
git clone https://github.com/nickwalton/AIDungeon/
cd AIDungeon
./install.sh
python play.py
```