AIDungeon2
Read more about AIDungeon2 and how it was built here.
Play the mobile app version of the game by following the links here
Play the game online by following this link here
Play the game in Colab here.
To play the game locally, it is recommended that you have an nVidia GPU with 12 GB or more of memory, and CUDA installed. If you do not have such a GPU, each turn can take a couple of minutes or more for the game to compose its response. To install and play locally:
git clone --branch master https://github.com/AIDungeon/AIDungeon/
cd AIDungeon
./install.sh # Installs system packages and creates python3 virtual environment
./download_model.sh
source ./venv/bin/activate
./play.py
Finetune the model yourself
Formatting the data. After scraping the data I formatted text adventures into a json dict structure that looked like the follo