1
0
mirror of https://github.com/gryf/coach.git synced 2025-12-17 19:20:19 +01:00

benchmark update (#250)

This commit is contained in:
shadiendrawis
2019-03-17 15:33:28 +02:00
committed by GitHub
parent 537b549e1d
commit f03bd7ad93
4 changed files with 2 additions and 2 deletions

View File

@@ -68,7 +68,7 @@ class ACERAlgorithmParameters(AlgorithmParameters):
self.num_steps_between_gradient_updates = 5000
self.ratio_of_replay = 4
self.num_transitions_to_start_replay = 10000
self.rate_for_copying_weights_to_target = 0.99
self.rate_for_copying_weights_to_target = 0.01
self.importance_weight_truncation = 10.0
self.use_trust_region_optimization = True
self.max_KL_divergence = 1.0