Andrei Cozma commited on
Commit
be4beb2
·
1 Parent(s): 82f7820
Files changed (1) hide show
  1. run_tests.py +1 -1
run_tests.py CHANGED
@@ -11,7 +11,7 @@ vals_gamma = [1.0, 0.99, 0.98, 0.97, 0.95]
11
 
12
  def run_test(args):
13
  os.system(
14
- f"python3 MonteCarloAgent.py --train --gamma {args[0]} --epsilon {args[1]} --update_type{args[2]} --wandb_project cs581 --wandb_job_type params --wandb_run_name_suffix {args[3]} --no_save"
15
  )
16
 
17
 
 
11
 
12
  def run_test(args):
13
  os.system(
14
+ f"python3 MonteCarloAgent.py --train --gamma {args[0]} --epsilon {args[1]} --update_type {args[2]} --wandb_project cs581 --wandb_job_type params --wandb_run_name_suffix {args[3]} --no_save"
15
  )
16
 
17