mirror of
https://github.com/velocitatem/PHANTOM.git
synced 2026-05-31 08:33:36 +00:00
porting to better
This commit is contained in:
5
engine/wrapper.py
Normal file
5
engine/wrapper.py
Normal file
@@ -0,0 +1,5 @@
|
||||
import gymnasium as gym
|
||||
from gymnasium import spaces
|
||||
from engine import Limbo
|
||||
|
||||
class PHANTOM(gym.Env, Limbo):
|
||||
Reference in New Issue
Block a user