added hh mm ss localization (fix #134)

This commit is contained in:
Simone Margaritelli
2019-10-04 19:03:33 +02:00
parent 3c3ae2b30b
commit 22f06df0a3
3 changed files with 28 additions and 7 deletions

View File

@ -46,7 +46,7 @@ if args.do_clear:
elif args.do_manual:
logging.info("entering manual mode ...")
log = SessionParser(config['main']['log'])
log = SessionParser(config)
logging.info(
"the last session lasted %s (%d completed epochs, trained for %d), average reward:%s (min:%s max:%s)" % (
log.duration_human,