mirror of
https://github.com/velocitatem/PHANTOM.git
synced 2026-05-31 08:33:36 +00:00
6 lines
110 B
Python
6 lines
110 B
Python
import gymnasium as gym
|
|
from gymnasium import spaces
|
|
from engine import Limbo
|
|
|
|
class PHANTOM(gym.Env, Limbo):
|