Guest User

Untitled

a guest
Nov 20th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. {
  2. "db_file_paths": {
  3. "database": "data/movie_db.pkl",
  4. "dict": "data/movie_dict.pkl",
  5. "user_goals": "data/movie_user_goals.pkl"
  6. },
  7. "run": {
  8. "usersim": true,
  9. "warmup_mem": 1000,
  10. "num_ep_run": 40000,
  11. "train_freq": 100,
  12. "max_round_num": 20,
  13. "success_rate_threshold": 0.3
  14. },
  15. "agent": {
  16. "save_weights_file_path": "",
  17. "load_weights_file_path": "",
  18. "vanilla": true,
  19. "learning_rate": 1e-3,
  20. "batch_size": 16,
  21. "dqn_hidden_size": 80,
  22. "epsilon_init": 0.0,
  23. "gamma": 0.9,
  24. "max_mem_size": 500000
  25. },
  26. "emc": {
  27. "slot_error_mode": 0,
  28. "slot_error_prob": 0.05,
  29. "intent_error_prob": 0.0
  30. }
  31. }
Add Comment
Please, Sign In to add comment