AIDungeon2 修改过的和conda兼容的AIDungeon版本。 克隆。 安装 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" 然后使用torrent在model_v5.torrent.zip中下载模型,然后将文件放在generator / gpt2 / models / model_v5 /中 跑步 conda activate AID python play.py 原始存储库旨在在Linux上运行,但该版本也应在Windows上运行。