Revert "Version 2.3.4"

This reverts commit ced919ca93.
This commit is contained in:
Jeroen Oudshoorn
2023-09-08 20:26:22 +02:00
parent 261b85eedd
commit d24cc0b82f
5 changed files with 20 additions and 26 deletions

View File

@ -49,6 +49,7 @@ def load(config, agent, epoch, from_disk=True):
from stable_baselines.common.vec_env import DummyVecEnv
logging.debug("[ai] DummyVecEnv imported in %.2fs" % (time.time() - start))
start = time.time()
import pwnagotchi.ai.gym as wrappers
logging.debug("[ai] gym wrapper imported in %.2fs" % (time.time() - start))