Skip to content

bsaif86/AIDungeon

 
 

Repository files navigation

AIDungeon2

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, 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 https://github.com/AIDungeon/AIDungeon/
cd AIDungeon
./install.sh
python3 play.py

Community

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:

Contributing

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.

About

Infinite AI adventures await!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 94.4%
  • Jupyter Notebook 4.2%
  • Shell 1.4%