Advertisement
Guest User

arimaa aei debugging

a guest
May 2nd, 2012
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. svn/ trunk/ aei-1.1/ roundrobin.cfg
  2.  
  3. [global]
  4. # number of rounds to run
  5. rounds = 2
  6.  
  7. # verbosity of the output default is WARN
  8. # options are DEBUG, INFO, WARN, ERROR
  9. loglevel = WARN
  10.  
  11. # Write a Bayeselo compatible pgn file
  12. write_pgn = False
  13.  
  14. # Filename to use for pgn file
  15. pgn_filename = result.pgn
  16.  
  17. # timecontrol to use or None
  18. # timecontrol = 30s/60s/100/0s/0m
  19. # timecontrol = 120s/240s/100/0s/0m
  20. # timecontrol = 60s/120s/100/0s/0m
  21. timecontrol = 10s/20s/100/0s/0m
  22.  
  23. # bots to use for tournament
  24. #bots = hippo random
  25. bots = hippo human
  26. #bots = hippo hippo
  27. #bots = jae human
  28.  
  29. # options to send to all bots
  30. bot_hash = 50
  31.  
  32. [Random]
  33. # command line
  34. cmdline = c:/python27/python simple_engine.py
  35.  
  36. [ProxyHippo]
  37. # command line
  38. cmdline = c:/python27/python C:/Users/Eric/Dropbox/Arimaa/AEI_client/gui.py --proxy Hippo
  39.  
  40. [Hippo]
  41. # command line
  42. cmdline = s.bat
  43.  
  44. [Proxyjae]
  45. # command line
  46. cmdline = c:/python27/python C:/Users/Eric/Dropbox/Arimaa/the-best-arimaa-bot/AEI_client/gui.py --proxy jae
  47.  
  48. [jae]
  49. # command line
  50. cmdline = s.bat
  51.  
  52. [Human]
  53. cmdline = c:/python27/python C:/Users/Eric/Dropbox/Arimaa/the-best-arimaa-bot/AEI_client/gui.py
  54.  
  55.  
  56. separate file:
  57. Source path: svn/ trunk/ aei-1.1/ s.bat
  58. c:
  59. cd \Users\Eric\Dropbox\Arimaa\the-best-arimaa-bot\bot_jae\build\classes
  60. java bot_jae/Bot_jae
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement