Merge branch 'master' of github.com:microsoft/tdqn

This commit is contained in:
Matthew Hausknecht 2019-11-01 13:11:15 -07:00
Родитель 1dccf44001 fef846aeb2
Коммит 20908dabcb
1 изменённых файлов: 15 добавлений и 1 удалений

Просмотреть файл

@ -8,7 +8,7 @@ Install Dependencies:
```bash
sudo apt-get install redis-server
pip install -U spacy
pip install jericho==2.1.0
pip install --user jericho==2.1.0
git clone https://github.com/microsoft/tdqn.git
```
@ -21,3 +21,17 @@ Train DRRN:
```bash
cd tdqn/drrn && python3 train.py --rom_path <path_to_your_rom_file>
```
# Citing
If these agents are helpful in your work, please cite the following:
```
@article{hausknecht19colossal,
title={Interactive Fiction Games: A Colossal Adventure},
author={Matthew Hausknecht and Prithviraj Ammanabrolu and Marc-Alexandre C{\^{o}}t{\'{e}} and Xingdi Yuan},
journal={CoRR},
year={2019},
volume={abs/1909.05398}
}
```