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

Modified and conda-compatible version of AIDungeon

License

Notifications You must be signed in to change notification settings

vfosnar/AIDungeon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Modified and conda-compatible version of AIDungeon

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages