mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
Removed unused element
Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
@ -13,12 +13,10 @@ def load(config, agent, epoch, from_disk=True):
|
|||||||
return False
|
return False
|
||||||
|
|
||||||
try:
|
try:
|
||||||
begin = time.time()
|
|
||||||
|
|
||||||
logging.info("[ai] bootstrapping dependencies ...")
|
logging.info("[ai] bootstrapping dependencies ...")
|
||||||
|
|
||||||
start = time.time()
|
start = time.time()
|
||||||
SB_BACKEND = "stable_baselines3";
|
SB_BACKEND = "stable_baselines3"
|
||||||
|
|
||||||
try:
|
try:
|
||||||
from stable_baselines3 import A2C
|
from stable_baselines3 import A2C
|
||||||
|
Reference in New Issue
Block a user