Skip to content

Commit c6b9787

Browse files
committed
fixed model name typo & add .gitignore
1 parent 1096be3 commit c6b9787

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.pyc

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ python run.py --agt 9 --usr 1 --max_turn 40
160160
--intent_err_prob 0.00
161161
--batch_size 16
162162
--goal_file_path ./deep_dialog/data/user_goals_first_turn_template.part.movie.v1.p
163-
--trained_model_path ./deep_dialog/checkpoints/rl_agent/noe2e/agt_9_400_420_0.90000.p
163+
--trained_model_path ./deep_dialog/checkpoints/rl_agent/noe2e/agt_9_478_500_0.98000.p
164164
--run_mode 3
165165
```
166166

0 commit comments

Comments
 (0)