Skip to content

Commit

Permalink
Less frequents tests
Browse files Browse the repository at this point in the history
  • Loading branch information
little-nem committed Jun 7, 2019
1 parent b4c82ce commit 6c69b6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
env = gym.make(experiment)

# Program hyperparameters
TESTING_INTERVAL = 50 # number of updates between two evaluation of the policy
TESTING_INTERVAL = 200 # number of updates between two evaluation of the policy
TESTING_ROLLOUTS = 100 # number of rollouts performed to evaluate the current policy

# Algorithm hyperparameters
Expand Down

0 comments on commit 6c69b6c

Please sign in to comment.