Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
suriyadeepan committed Apr 13, 2017
1 parent 583c4b3 commit 35d173f
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions src/hcn/README.md
Expand Up @@ -5,15 +5,25 @@

## Setup


```bash
# install prerequisites
sudo -H pip3 install -r requirements.txt
cd data/ # we are inside 'src/hcn/data'
bash download.sh
# See Training.ipynb for training and prediction details
```

### TODO
## Execution


- [x] Organize trian set as a list of dialogues
- [x] Maintain entity state, action mask for each dialogue
```bash
# training
python3 train.py
# training stops when accuracy on dev set becomes > 0.99
# trained model is saved to ckpt/

# interaction
python3 interact.py
# checkpoint from ckpt/ is loaded
# start interaction
```

0 comments on commit 35d173f

Please sign in to comment.