Skip to content

vhud/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 you need a beefy GPU ~12 GB and CUDA installed.

git clone https://github.com/AIDungeon/AIDungeon/
cd AIDungeon
./install.sh
python 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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.8%
  • Jupyter Notebook 2.6%
  • Shell 1.6%