Update __init__.py

This commit is contained in:
Jeroen Oudshoorn
2023-07-23 12:28:20 +02:00
committed by GitHub
parent 9c5d07090d
commit 702d32292f

View File

@ -13,6 +13,7 @@ def load(config, agent, epoch, from_disk=True):
return False
try:
begin = time.time()
logging.info("[ai] bootstrapping dependencies ...")
start = time.time()
@ -79,4 +80,4 @@ def load(config, agent, epoch, from_disk=True):
logging.exception("error while starting AI (%s)", e)
logging.warning("[ai] AI not loaded!")
return False
return False