mirror of
https://github.com/gryf/coach.git
synced 2025-12-17 11:10:20 +01:00
remove unused parameter scale_external_reward_by_intrinsic_reward_value
This commit is contained in:
@@ -200,9 +200,6 @@ class AlgorithmParameters(Parameters):
|
||||
# distributed agents params
|
||||
self.share_statistics_between_workers = True
|
||||
|
||||
# intrinsic reward
|
||||
self.scale_external_reward_by_intrinsic_reward_value = False
|
||||
|
||||
# n-step returns
|
||||
self.n_step = -1 # calculate the total return (no bootstrap, by default)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user