Removed unused element

Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
Jeroen Oudshoorn
2023-07-21 00:03:38 +02:00
parent fdc8322701
commit 8a00c1835b

View File

@ -13,12 +13,10 @@ def load(config, agent, epoch, from_disk=True):
return False
try:
begin = time.time()
logging.info("[ai] bootstrapping dependencies ...")
start = time.time()
SB_BACKEND = "stable_baselines3";
SB_BACKEND = "stable_baselines3"
try:
from stable_baselines3 import A2C