Skip to content

Commit

Permalink
run on worker4
Browse files Browse the repository at this point in the history
  • Loading branch information
YuhangSong committed Jun 26, 2017
1 parent c535742 commit 7e1b4df
Show file tree
Hide file tree
Showing 30 changed files with 9 additions and 9 deletions.
Empty file modified .gitignore 100644 → 100755
Empty file.
Empty file modified LICENSE 100644 → 100755
Empty file.
Empty file modified MeanOverlap.py 100644 → 100755
Empty file.
Empty file modified README.md 100644 → 100755
Empty file.
Empty file modified README.md~ 100644 → 100755
Empty file.
Empty file modified TCPsocket_client.py 100644 → 100755
Empty file.
Empty file modified TCPsocket_server.py 100644 → 100755
Empty file.
Empty file modified _config.yml 100644 → 100755
Empty file.
Empty file modified a3c.py 100644 → 100755
Empty file.
Empty file modified cc.py 100644 → 100755
Empty file.
Empty file modified check_best_cc.py 100644 → 100755
Empty file.
18 changes: 9 additions & 9 deletions config.py 100644 → 100755
@@ -1,7 +1,7 @@
'''
Description: cluster config
'''
cluster_current = 0
cluster_current = 5
cluster_main = cluster_current

'''
Expand Down Expand Up @@ -45,7 +45,7 @@
Description: set your log dir to store results data
'''
basic_log_dir = project+"_50"
log_dir = "run_on_line_baseline_keep"
log_dir = "run_on_line"
# log_dir = "run_off_line_on_vr_new"


Expand All @@ -55,7 +55,7 @@
if_separate_game_dic = True

if if_separate_game_dic :
separate_start_game_index_from = 3 # set the start game index, set to -1 to be extrame
separate_start_game_index_from = -1 # set the start game index, set to -1 to be extrame
separate_start_game_index_to = -1 # set the start game index, set to -1 to be extrame


Expand Down Expand Up @@ -222,7 +222,7 @@
'''
Description: if you want to run baseline of the on_line prediction
'''
if_run_baseline = True
if_run_baseline = False

if if_run_baseline is True:

Expand Down Expand Up @@ -250,11 +250,11 @@
Description: default config generated from above config
'''

cluster_host = ['192.168.226.67', '192.168.226.27', '192.168.226.139', '192.168.1.31','192.168.226.197'] # main cluster has to be first
cluster_name = ['yuhangsong' , 'server' , 'worker' , 'xuntian2' ,'haochen'] # main cluster has to be first
cluster_home = ['yuhangsong' , 's' , 'irc207' , 'xuntian2' ,'s'] # main cluster has to be first
num_workers_one_run_max_dic = [8 , -1 , -1 , 8 ,16]
num_workers_one_run_proper_dic = [8 , 32 , 32 , 8 ,8]
cluster_host = ['192.168.226.67', '192.168.226.27', '192.168.226.139', '192.168.1.31','192.168.226.197','192.168.226.83'] # main cluster has to be first
cluster_name = ['yuhangsong' , 'Server' , 'WorkerR' , 'xuntian2' ,'haochen' ,'Worker4'] # main cluster has to be first
cluster_home = ['yuhangsong' , 's' , 'irc207' , 'xuntian2' ,'s' ,'s'] # main cluster has to be first
num_workers_one_run_max_dic = [8 , -1 , -1 , 8 ,16 ,-1]
num_workers_one_run_proper_dic = [8 , 32 , 32 , 8 ,8 ,32]
num_workers_one_run_max = num_workers_one_run_max_dic[cluster_current]
num_workers_one_run_proper = num_workers_one_run_proper_dic[cluster_current]

Expand Down
Empty file modified consistence_result.txt 100644 → 100755
Empty file.
Empty file modified envs.py 100644 → 100755
Empty file.
Empty file modified envs_li.py 100644 → 100755
Empty file.
Empty file modified experience_server.py 100644 → 100755
Empty file.
Empty file modified f_game_dic.py 100644 → 100755
Empty file.
Empty file modified g_game_dic.py 100644 → 100755
Empty file.
Empty file modified kill.py 100644 → 100755
Empty file.
Empty file modified model.py 100644 → 100755
Empty file.
Empty file modified move_view_lib.py 100644 → 100755
Empty file.
Empty file modified move_view_lib_new.py 100644 → 100755
Empty file.
Empty file modified read_yuv.py 100644 → 100755
Empty file.
Empty file modified socket_client.py 100644 → 100755
Empty file.
Empty file modified socket_server.py 100644 → 100755
Empty file.
Empty file modified socket_struct.py 100644 → 100755
Empty file.
Empty file modified suppor_lib.py 100644 → 100755
Empty file.
Empty file modified train.py 100644 → 100755
Empty file.
Empty file modified vrplayer.py 100644 → 100755
Empty file.
Empty file modified worker.py 100644 → 100755
Empty file.

0 comments on commit 7e1b4df

Please sign in to comment.