soup trajectory and box plot

This commit is contained in:
Si11ium
2019-03-15 13:42:55 +01:00
parent 1e5bec814d
commit 090546520e
70 changed files with 97 additions and 143 deletions

View File

@ -171,6 +171,10 @@ class ParticleDecorator:
self.__class__.next_uid += 1
self.net = net
self.states = []
self.save_state(time=0,
action= 'train_self',
counterpart=None
)
def __getattr__(self, name):
return getattr(self.net, name)