From a614d5a3a95c0ddfd6b9eeb846c2ee76a0539930 Mon Sep 17 00:00:00 2001 From: Nick Walton Date: Fri, 6 Dec 2019 10:11:44 -0700 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a868786..55fd85d 100644 --- a/README.md +++ b/README.md @@ -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 +```