From 41cf782e3f0b85aa000cc637917ff995a27254b0 Mon Sep 17 00:00:00 2001 From: Benjamin Bay Date: Sun, 8 Dec 2019 10:05:34 -0800 Subject: [PATCH 1/3] merged in upstream changes --- README.md | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3eb6830..f8d9b3f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # AIDungeon2 -# The model for AI Dungeon2 is temporarily unavailable to download due to cost. We're working on a solution +## The model for AI Dungeon2 is temporarily unavailable to download due to cost. We're working on a solution @@ -15,3 +15,34 @@ 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: + +* **Website**: [aidungeon.io](http://www.aidungeon.io/) +* **Email**: aidungeon.io@gmail.com +* **Twitter**: [@nickwalton00](https://twitter.com/nickwalton00). + + +Contributing +------------------------ +Contributing to AIDungeon is relatively easy. Just send us a +[pull request](https://help.github.com/articles/using-pull-requests/) from your fork. +When you send your request, make ``develop`` the destination branch on the +[AIDungeon repository](https://github.com/nickwalton/AIDungeon). + +We prefer PRs to be +[PEP 8](https://www.python.org/dev/peps/pep-0008/) compliant. + +AIDungeon uses a rough approximation of the +[Git Flow](http://nvie.com/posts/a-successful-git-branching-model/) +branching model. The ``develop`` branch contains the latest +contributions, and ``master`` is always tagged and points to the latest +stable release. From d3d6693112b8e656f9a7eefa0619c5555ae63566 Mon Sep 17 00:00:00 2001 From: Benjamin Bay Date: Sun, 8 Dec 2019 10:10:05 -0800 Subject: [PATCH 2/3] tweaks --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f8d9b3f..f6b95ea 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # AIDungeon2 -## The model for AI Dungeon2 is temporarily unavailable to download due to cost. We're working on a solution - +## 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](https://pcc.cs.byu.edu/2019/11/21/ai-dungeon-2-creating-infinitely-generated-text-adventures-with-deep-learning-language-models/) @@ -28,7 +27,7 @@ Resources: * **Website**: [aidungeon.io](http://www.aidungeon.io/) * **Email**: aidungeon.io@gmail.com -* **Twitter**: [@nickwalton00](https://twitter.com/nickwalton00). +* **Twitter**: [@nickwalton00](https://twitter.com/nickwalton00) Contributing From bcfa7d081612b79c39797f9e9739c7b4c663addf Mon Sep 17 00:00:00 2001 From: Benjamin Bay Date: Sun, 8 Dec 2019 10:11:09 -0800 Subject: [PATCH 3/3] tweaks --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6b95ea..f1b598f 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ## 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](https://pcc.cs.byu.edu/2019/11/21/ai-dungeon-2-creating-infinitely-generated-text-adventures-with-deep-learning-language-models/) +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 in Colab [here](http://www.aidungeon.io).