raport update

This commit is contained in:
Justyna Zarzycka 2020-06-09 19:40:32 +00:00
parent a09105f189
commit 39edc73592

View File

@ -14,8 +14,12 @@ def main(self):
if(self.justyna.result != 'nie'):
order = self.set_order()
self.kamila.learn_tree()
self.kamila.learn_tree()
for action in order:
self.traktor.set_mode(action)
field = self.neuro_check_field()
coords = self.kamila.main_collective(field)
self.piotrek.main(coords)
pass
```