1
0
mirror of https://github.com/gryf/coach.git synced 2025-12-17 11:10:20 +01:00

Fix for issue #128 - circular DQN import (#130)

This commit is contained in:
Gal Leibovich
2018-12-16 16:06:44 +02:00
committed by GitHub
parent e08accdc22
commit f9ee526536
4 changed files with 7 additions and 2 deletions

View File

@@ -211,6 +211,9 @@ class AlgorithmParameters(Parameters):
# Should the workers wait for full episode
self.act_for_full_episodes = False
# Support for parameter noise
self.supports_parameter_noise = False
class PresetValidationParameters(Parameters):
def __init__(self,