random changes (to be undone when merging)

This commit is contained in:
Bart Moyaers
2020-02-12 10:55:54 +01:00
parent ef20f9e62c
commit 644a69a066
12 changed files with 8117 additions and 9 deletions

View File

@@ -74,7 +74,7 @@ class RLAgent(ABC):
self._output_dir = ""
self._int_output_dir = ""
self.output_iters = 100
self.output_iters = 50
self.int_output_iters = 100
self.train_return = 0.0