1
0
mirror of https://github.com/gryf/coach.git synced 2026-03-10 19:45:48 +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

@@ -87,3 +87,4 @@ class ObservationNormalizationFilter(ObservationFilter):
def restore_state_from_checkpoint(self, checkpoint_dir: str, checkpoint_prefix: str):
self.running_observation_stats.restore_state_from_checkpoint(checkpoint_dir, checkpoint_prefix)