зеркало из https://github.com/microsoft/tdqn.git
Merge branch 'master' of github.com:microsoft/tdqn
This commit is contained in:
Коммит
20908dabcb
16
README.md
16
README.md
|
@ -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}
|
||||
}
|
||||
```
|
||||
|
|
Загрузка…
Ссылка в новой задаче