1
0
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:
zach dwiel
2019-04-04 11:54:18 -04:00
committed by Zach Dwiel
parent 881f78f45a
commit 7d79433c05
3 changed files with 3 additions and 9 deletions

View File

@@ -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)