Guest User

Untitled

a guest
Jul 11th, 2018
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. Where k is the number of frames in a timestep when getting successors. So instead of MarioState ms = next.next(a, next.ws); that is put into a loop where ms is the result of applying next.next(a) k times.
  2.  
  3. k = 1
  4. Scoring controller ch.idsia.ai.agents.ai.TimingAgent@70329f3d with starting seed 0
  5. Difficulty 0 score 4321.6000 (avg time 5.3836)
  6. Difficulty 3 score 4296.0000 (avg time 6.5108)
  7. Difficulty 5 score 4371.2000 (avg time 6.8178)
  8. Difficulty 10 score 4320.0000 (avg time 11.7151)
  9. Competition score: 17308.8
  10.  
  11. k = 2
  12. Scoring controller ch.idsia.ai.agents.ai.TimingAgent@59bca5f1 with starting seed 0
  13. Difficulty 0 score 4321.6000 (avg time 2.3875)
  14. Difficulty 3 score 4296.0000 (avg time 3.4120)
  15. Difficulty 5 score 4371.2000 (avg time 3.9065)
  16. Difficulty 10 score 4023.5445 (avg time 5.1856)
  17. Competition score: 17012.344506835936
  18.  
  19. k = 3
  20. Scoring controller ch.idsia.ai.agents.ai.TimingAgent@593d93f4 with starting seed 0
  21. Difficulty 0 score 4321.6000 (avg time 4.1105)
  22. Difficulty 3 score 3465.3356 (avg time 5.5774)
  23. Difficulty 5 score 4371.2000 (avg time 5.2654)
  24. Difficulty 10 score 4320.0000 (avg time 6.2693)
  25. Competition score: 16478.135595703126
  26.  
  27. k = 4
  28. Scoring controller ch.idsia.ai.agents.ai.TimingAgent@59bca5f1 with starting seed 0
  29. Difficulty 0 score 3927.7374 (avg time 5.2220)
  30. Difficulty 3 score 4166.9405 (avg time 7.0790)
  31. Difficulty 5 score 4371.2000 (avg time 6.9685)
  32. Difficulty 10 score 4320.0000 (avg time 7.8314)
  33. Competition score: 16785.87783203125
  34.  
  35. k = 5
  36. Scoring controller ch.idsia.ai.agents.ai.TimingAgent@59bca5f1 with starting seed 0
  37. Difficulty 0 score 596.8327 (avg time 9.0660)
  38. Difficulty 3 score 1260.5181 (avg time 9.9126)
  39. Difficulty 5 score 913.7884 (avg time 8.1610)
  40. Difficulty 10 score 2120.9174 (avg time 7.1636)
  41. Competition score: 4892.056545257568
Add Comment
Please, Sign In to add comment