microsoft / jericho

A learning environment for man-made Interactive Fiction games.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool



Documentation Status Build Status PyPI version

A lightweight python-based interface connecting learning agents with interactive fiction games.


Requirements

Linux, Python 3.9+, Spacy, and basic build tools like gcc,make & curl.

Install

conda create -n jericho python=3
conda activate jericho

python -m pip install jericho
python -m spacy download en_core_web_sm

Documentation

Agents

Citing Jericho

If Jericho is used in your research, please cite the following:

@article{hausknecht19,
  title={Interactive Fiction Games: A Colossal Adventure},
  author={Hausknecht, Matthew and Ammanabrolu, Prithviraj and C\^ot\'{e} Marc-Alexandre and Yuan Xingdi},
  journal={CoRR},
  year={2019},
  url={http://arxiv.org/abs/1909.05398},
  volume={abs/1909.05398}
}

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

About

A learning environment for man-made Interactive Fiction games.

License:GNU General Public License v2.0


Languages

Language:C 72.0%Language:Python 24.5%Language:Roff 1.2%Language:Makefile 0.8%Language:C++ 0.7%Language:NASL 0.3%Language:Shell 0.1%Language:SourcePawn 0.1%Language:Perl 0.1%Language:PHP 0.1%Language:Pawn 0.0%Language:Batchfile 0.0%