2019-04-05 01:30:03 -06:00
2019-04-05 01:30:03 -06:00
2019-04-05 01:30:03 -06:00
2019-04-05 01:30:03 -06:00
2019-04-05 00:39:51 -06:00
2019-04-05 01:30:03 -06:00
2019-04-02 20:39:57 -06:00
2019-04-05 01:30:03 -06:00
2019-04-05 01:30:03 -06:00
2019-04-05 01:30:03 -06:00
2019-04-02 20:39:57 -06:00
2019-04-05 01:30:03 -06:00
2019-04-05 01:30:03 -06:00
2019-04-05 01:30:03 -06:00
2019-04-05 01:30:03 -06:00
2019-04-05 01:30:03 -06:00

AI-DungeonMaster

AI Dungeon Master is an automatically generated text adventure that uses the GPT-2 model (smaller version) to generate completely AI made text adventures.

Installation

git clone http://github.com/nickwalton/AI-DungeonMaster
pip install regex
pip install numpy
pip install tensorflow
pip install tqdm

(Optional) tensorflow-gpu

For faster performance you can instead install tensorflow-gpu, but you'll also need up to date nvidia graphics drivers and cuda.

pip install tensorflow-gpu==1.12

Download the GPT-2 Model

cd AI-DungeonMaster/gpt2
python download_model.py 117M

Run the Game

cd ..
python dungeon_master.py
S
Description
State of the art AI plays dungeon master to your adventures.
Readme MIT
27 MiB
Languages
Python 86.9%
Jupyter Notebook 9.5%
Shell 3.6%