mirror of
https://github.com/gryf/coach.git
synced 2025-12-17 11:10:20 +01:00
@@ -36,6 +36,7 @@ class DQNAlgorithmParameters(AlgorithmParameters):
|
||||
self.num_steps_between_copying_online_weights_to_target = EnvironmentSteps(10000)
|
||||
self.num_consecutive_playing_steps = EnvironmentSteps(4)
|
||||
self.discount = 0.99
|
||||
self.supports_parameter_noise = True
|
||||
|
||||
|
||||
class DQNNetworkParameters(NetworkParameters):
|
||||
|
||||
Reference in New Issue
Block a user