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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user