diff --git a/main.py b/main.py index d5546a2..667dd17 100644 --- a/main.py +++ b/main.py @@ -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