misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
fbd12bf87b
commit
e8fa682302
@ -168,6 +168,8 @@ class LastSession(object):
|
|||||||
self.avg_reward /= (self.epochs if self.epochs else 1)
|
self.avg_reward /= (self.epochs if self.epochs else 1)
|
||||||
|
|
||||||
def parse(self):
|
def parse(self):
|
||||||
|
logging.debug("parsing last session logs ...")
|
||||||
|
|
||||||
lines = []
|
lines = []
|
||||||
|
|
||||||
if os.path.exists(self.path):
|
if os.path.exists(self.path):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user