The model for AI Dungeon2 is temporarily unavailable to download due to cost. We're working on a solution!
Read more about AIDungeon2 and how it was built here.
Play the game in Colab here.
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
AIDungeon is an open source project. Questions, discussion, and contributions are welcome. Contributions can be anything from new packages to bugfixes, documentation, or even new core features.
Resources:
- Website: aidungeon.io
- Email: aidungeon.io@gmail.com
- Twitter: @nickwalton00
Contributing to AIDungeon is relatively easy. Just send us a
pull request from your fork.
When you send your request, make develop
the destination branch on the
AIDungeon repository.
We prefer PRs to be PEP 8 compliant.
AIDungeon uses a rough approximation of the
Git Flow
branching model. The develop
branch contains the latest
contributions, and master
is always tagged and points to the latest
stable release.