mirror of
https://github.com/wassname/Clover-Edition.git
synced 2026-09-17 11:50:25 +08:00
a6ecf2e85595750b2102b3d648c7bef27c3d29d4
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
Languages
Python
86.9%
Jupyter Notebook
9.5%
Shell
3.6%