Merge branch 'jayofelony:master' into log-changes

This commit is contained in:
Rai
2024-07-28 20:27:09 +10:00
committed by GitHub
12 changed files with 28 additions and 22 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):

View File

@ -27,7 +27,7 @@
import RPi.GPIO as GPIO
import numpy as np
import numpy as np
from . import config
LCD_1IN44 = 1