Commit Graph
684 Commits
Author SHA1 Message Date
Benjamin Bay b993cb4cd7 Update utils.py 2019-12-09 22:43:04 -08:00
Benjamin Bay 842d89d496 Terminal state logic (#84)
* Update AIDungeon_2.ipynb

* Update AIDungeon_2.ipynb

* Update AIDungeon_2.ipynb

* Fix "Notebook loading error" on colab (#81)

* Fix "Notebook loading error" on colab

There was a missing comma after the array element on line 46, so I added it. From what I can tell, this was causing the colab to be unable to load.

* Update AIDungeon_2.ipynb

* Update requirements.txt

* improved terminal state logic.
2019-12-09 21:50:36 -07:00
Benjamin Bay 5edda4de88 Merge pull request #76 from ben-bay/style
sorted imports
2019-12-09 15:32:36 -08:00
Benjamin Bay 7f94079d34 sorted imports 2019-12-09 14:52:36 -08:00
Benjamin Bay e6d79948a9 Merge branch 'master' into develop 2019-12-09 14:38:12 -08:00
Benjamin Bay 1958dbe120 Merge pull request #73 from ben-bay/style
Style fixes
2019-12-09 14:28:48 -08:00
Benjamin Bay bfe72121c7 Update .gitignore 2019-12-09 14:26:39 -08:00
Benjamin Bay ceb2ba3a6e style fixes 2019-12-09 14:24:40 -08:00
Benjamin Bay 79634200e6 Update README.md 2019-12-09 14:16:24 -08:00
Benjamin Bay 168b751603 Merge pull request #72 from AIDungeon/master
master -> develop
2019-12-09 14:12:22 -08:00
Benjamin Bay 6650f780a9 Update README.md 2019-12-09 14:04:21 -08:00
Benjamin Bay 65a828d201 Merge pull request #61 from DMonitor/new-or-load
Splash screen that asks if player wants to start new game or load from ID on launch
2019-12-09 11:31:28 -08:00
Benjamin Bay d9c410fb83 Merge pull request #62 from Akababa/patch-3
windows compat
2019-12-09 11:23:08 -08:00
Benjamin Bay e943f68572 Update issue templates 2019-12-09 10:33:08 -08:00
Benjamin Bay 42066cc02a Add issue templates 2019-12-09 10:29:01 -08:00
Nick eac6d3718a update ipynb notebook with link / comment changes 2019-12-09 10:04:36 -07:00
Benjamin Bay 9a7b5995b8 Merge pull request #63 from AIDungeon/master
master -> develop
2019-12-09 08:21:14 -08:00
Michael Pang e85ad10953 windows compat
removes termios
2019-12-09 09:47:16 -05:00
Kevin Kearney c899293758 Added splash screen to ask whether player wants to start new game or load 2019-12-09 01:33:49 -06:00
Benjamin Bay d7b77553d2 Update README.md 2019-12-08 21:59:27 -08:00
Benjamin Bay 2ac3efa75f Update README.md 2019-12-08 21:58:57 -08:00
dlavati 052018d8b5 Set utf-8 encoding for reading the logo (#54)
This appears primarily in Windows CLIs, see #48.
Also `termios` is not supported on Windows, however I haven't yet looked into an alternative.
2019-12-08 22:14:29 -07:00
interfect 32b5c441b0 Note that the game can run without CUDA, slowly (#57)
I have it running on my CPU just fine out of the box. It isn't using all cores, either, which could probably speed it up a lot.
2019-12-08 22:13:49 -07:00
Benjamin Bay c0bd41b3ed Merge pull request #56 from interfect/add-missing-deps
Add the right verision of Tensorflow, and pyyaml
2019-12-08 20:55:41 -08:00
Adam Novak 3d600f6f88 Add the right verision of Tensorflow, and pyyaml 2019-12-08 20:43:07 -08:00
Aleksej Komarov 4763caea1c Restore some of the information in ipynb file (#51)
* Restore some of the information in ipynb file

* Be more realistic about setup time

* Fancy

* Fancier

* Disable seeding
2019-12-08 18:03:38 -07:00
Benjamin Bay 87ab5be627 Update AIDungeon_2.ipynb 2019-12-08 15:26:03 -08:00
Benjamin Bay 285005cdc7 Update README.md 2019-12-08 15:24:20 -08:00
Benjamin Bay 9b22d986d4 Update README.md 2019-12-08 14:07:05 -08:00
Nick Walton 1bc8654ca6 Delete text_adventures.txt 2019-12-08 13:53:55 -07:00
Benjamin Bay 23b4f33c0c Merge pull request #50 from ben-bay/readme_addons
README additions
2019-12-08 10:12:07 -08:00
Benjamin Bay bcfa7d0816 tweaks 2019-12-08 10:11:09 -08:00
Benjamin Bay d3d6693112 tweaks 2019-12-08 10:10:05 -08:00
Benjamin Bay 41cf782e3f merged in upstream changes 2019-12-08 10:05:34 -08:00
Aleksej Komarov 83c6a4e892 Some torrent delivery optimizations (#46)
* Disable IPv6 which doesn't work in Colab

* More tweaks

* Yeah max-connection-per-server doesn't work above 16

* Cosmetic

* Set a bigger number of peers

Apparently -x and -s do not affect this parameter.

* Enable local peer discovery

* Revert local peer discovery and IPv6

* Reorder things around.

* Cosmetic.

* Increase peer number further to 500

Increasing popularity doesn't do any good.
2019-12-08 08:14:46 -07:00
Aleksej Komarovandsteamport 02cd136a92 Use a torrent file to spread the load. (#44)
* Use a torrent file to spread the load.

* Stop seeding after the download.

Co-Authored-By: steamport <steamport@tutanota.com>

* Use absolute paths to change directories
2019-12-07 23:29:27 -07:00
Nick 1c029b9642 update ipynb 2019-12-07 21:14:17 -07:00
Nick Walton f121067a31 Update README.md 2019-12-07 20:45:11 -07:00
Nick Walton cb56f57b3a Update install.sh 2019-12-07 19:22:47 -07:00
Nick Walton c0b3c933ab Develop (#36)
* various small changes

* various small changes

* update

* update

* update

* update

* update

* auto save

* change model loc

* updated instructions

* moved to gcloud storage

* fixed cd issue

* update

* UpdateCensor

* UpdateCensor

* removed old files and changed download location

* make install executable

* fixed download issue

* move download back to byu server
2019-12-07 19:01:51 -07:00
Nick Walton b780ab3269 Develop (#34)
* various small changes

* various small changes

* update

* update

* update

* update

* update

* auto save

* change model loc

* updated instructions

* moved to gcloud storage

* fixed cd issue

* update

* UpdateCensor

* UpdateCensor

* removed old files and changed download location

* make install executable

* fixed download issue
2019-12-07 16:31:30 -07:00
Benjamin Bay 49086fdb0b Merge pull request #27 from gautamkrishnar/patch-1
Use git shallow clone to improve cloning performance
2019-12-07 15:18:01 -08:00
Benjamin Bay 2c6cb5d0d0 Merge pull request #32 from nickwalton/license_patch
Update LICENSE
2019-12-07 14:44:43 -08:00
Benjamin Bay 4e1eca5a54 Update LICENSE 2019-12-07 14:44:17 -08:00
Gautam krishna R 974b3b3790 set master as the default branch when cloning 2019-12-08 00:13:51 +05:30
Nick Walton d5cb61c649 update 2019-12-07 11:38:35 -07:00
Nick Walton d135b5b929 update 2019-12-07 11:35:21 -07:00
nickwalton 24d5e4afdd changed ipynb 2019-12-07 09:50:07 -07:00
nickwalton 20d29b19e2 changed ipynb 2019-12-07 09:16:30 -07:00
nickwalton 56c79c463f changed ipynb 2019-12-07 09:10:02 -07:00