Skip to content

Commit

Permalink
Update run_baselines_agent.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiagu committed Nov 9, 2020
1 parent 29167b5 commit 8718d87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/run_baselines_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

NUM_CPU = multiprocessing.cpu_count()
L = 1000
MAX_PATIENCE = 5
MAX_PATIENCE = 10

def _train(env_id, model_params, total_epochs, use_sigmoid_layer=False, is_evaluation=False):
if is_evaluation: # evaluate_policy() must only take one environment
Expand Down

0 comments on commit 8718d87

Please sign in to comment.