reward_scaling

This commit is contained in:
Mike C
2018-02-02 16:48:05 +08:00
parent 823bda6fee
commit 187069b486
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -49,5 +49,6 @@ class Config:
self.min_epsilon = 0
self.save_interval = 0
self.max_steps = 0
self.reward_scaling = 1
self.success_threshold = float('inf')
self.render_episode_freq = 0