Update build

Signed-off-by: jayofelony <oudshoorn.jeroen@gmail.com>
This commit is contained in:
jayofelony
2024-07-26 23:28:59 +02:00
parent a100933678
commit 022ebccf30
11 changed files with 27 additions and 21 deletions

View File

@ -1,6 +1,6 @@
import logging
import gym
from gym import spaces
import gymnasium as gym
from gymnasium import spaces
import numpy as np
import pwnagotchi.ai.featurizer as featurizer

View File

@ -1,5 +1,4 @@
from gym import spaces
from gymnasium import spaces
class Parameter(object):
def __init__(self, name, value=0.0, min_value=0, max_value=2, meta=None, trainable=True):