Skip to content

Commit

Permalink
tcp 4
Browse files Browse the repository at this point in the history
  • Loading branch information
ruocheng.guo committed Feb 6, 2024
1 parent b108a58 commit ce1a4ea
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions rh2_entrypoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@

x_dim = env.params.x_dim
conf_strength = env.params.conf_strength
# n_estimators= env.params.n_estimators

seed = env.params.seed # only run tcp on arnold

# n_inter_max = env.params.n_inter_max
Expand All @@ -42,7 +40,7 @@
# n_Y_bins = env.params.n_Y_bins

# local_save_path = "/mnt/bn/confrank2/causal_TCP/results/"
# subprocess.call('''cd causal_TCP''', shell=True)
subprocess.call('''cd causal_TCP''', shell=True)

local_save_path = "/opt/tiger/causal_TCP/results/"
if not os.path.exists(local_save_path):
Expand Down

0 comments on commit ce1a4ea

Please sign in to comment.