Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Latest commit

 

History

History
28 lines (26 loc) · 839 Bytes

README.md

File metadata and controls

28 lines (26 loc) · 839 Bytes

AIDungeon2

Modified and anaconda-compatible version of AIDungeon. Clone of this.

Added features

  • Windows compatible install
  • Disabled uploading, rating
  • Added argument parser for tuning GPT2
  • Loads game from local storage by default
  • Uses "save name" instead of random uuid (but game will now not save on Ctrl-C)
  • Added aliases to /quit
  • Reworked whole UI

Installation

git clone https://github.com/vfosnar/AIDungeon.git
cd AIDungeon/

conda create -n AID python=3.7.9 tensorflow-gpu=1.15
conda activate AID

pip install -r "requirements.txt"

Then download the model using torrent, then put the files in generator/gpt2/models/model_v5/

Running

conda activate AID
python play.py

This repository should now work on Windows too.