项目作者: rajammanabrolu

项目描述 :
Generating Interactive Fiction worlds from story plots
高级语言: Python
项目地址: git://github.com/rajammanabrolu/WorldGeneration.git
创建时间: 2020-01-22T02:32:53Z
项目社区:https://github.com/rajammanabrolu/WorldGeneration

开源协议:MIT License

下载


WorldGeneration

Code accompanying the paper “Bringing Stories Alive: Generating Interactive Fiction Worlds”.

Neural PCG model (including AskBERT) is found in neural-based, Rule-based PCG model is found in rule-based, Evennia game generation framework is found in evennia-engine.

Each folder has its own README, follow the instructions in rule-based and neural-based to generate a *.dot file that can then be passed in the Evennia framework to create a playable game.

Dataset

The data used for finetuning fairytale and mystery models can be collected through /neural-based/scrape-wikipedia

BibTex

  1. @article{ammanabrolu20world,
  2. title={Bringing Stories Alive: Generating Interactive Fiction Worlds},
  3. author={Ammanabrolu, Prithviraj and Cheung, Wesley and Tu, Dan and Broniec, William and Riedl, Mark O.},
  4. journal={CoRR},
  5. year={2020},
  6. url={http://arxiv.org/abs/2001.10161},
  7. volume={abs/2001.10161}
  8. }