learning tweaks
This commit is contained in:
+1
-1
@@ -110,7 +110,7 @@ def main():
|
||||
eval_env,
|
||||
best_model_save_path=best_model_path,
|
||||
log_path="ml/logs/results",
|
||||
eval_freq=max(1, 10_000 // args.num_workers),
|
||||
eval_freq=max(1, 20_000 // args.num_workers),
|
||||
deterministic=True,
|
||||
render=False,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user