Commit 08d8313a by songxinkai

running process in readme.md

parent 7938ea06
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
import os import os
test_ids = [0, 1, 2] test_ids = [1, 2]
os.system("rm -f models.txt") os.system("rm -f models.txt")
for test_id in test_ids: for test_id in test_ids:
model_prefix = "/share/backup_data/go9/test_%d/off_models/go9_iter_"%(test_id) model_prefix = "/share/backup_data/go9/test_%d/off_models/go9_iter_"%(test_id)
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -2,6 +2,6 @@ config_p1_eval: /share/alphazero-general/go9/etc/pk_p1_eval.conf ...@@ -2,6 +2,6 @@ config_p1_eval: /share/alphazero-general/go9/etc/pk_p1_eval.conf
config_p1_mcts: /share/alphazero-general/go9/etc/pk_p1_mcts.conf config_p1_mcts: /share/alphazero-general/go9/etc/pk_p1_mcts.conf
config_p2_eval: /share/alphazero-general/go9/etc/pk_p2_eval.conf config_p2_eval: /share/alphazero-general/go9/etc/pk_p2_eval.conf
config_p2_mcts: /share/alphazero-general/go9/etc/pk_p2_mcts.conf config_p2_mcts: /share/alphazero-general/go9/etc/pk_p2_mcts.conf
model_p1: /share/backup_data/go9/test_2/off_models/go9_iter_442000.cambricon model_p1: /share/backup_data/go9/test_2/off_models/go9_iter_162000.cambricon
model_p2: /share/backup_data/go9/test_1/off_models/go9_iter_176000.cambricon model_p2: /share/backup_data/go9/test_0/off_models/go9_iter_128000.cambricon
P2 win rate P2 win rate0
\ No newline at end of file \ No newline at end of file
# Running
## Producing models.txt
./get\_models\_txt.py
## start server
./start\_server.sh
## start client
In ELO\_client\_test.py, set server ip.
Execute ./start\_client.sh in many clients.
## draw fig
./analysis.py
# Old Readme
#### 运行 #### 运行
# coding=utf-8 # coding=utf-8
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment