porting to better

This commit is contained in:
2026-01-28 16:09:28 +01:00
parent 83d9bb2552
commit 6e06081d60
4 changed files with 77 additions and 2 deletions

5
engine/wrapper.py Normal file
View File

@@ -0,0 +1,5 @@
import gymnasium as gym
from gymnasium import spaces
from engine import Limbo
class PHANTOM(gym.Env, Limbo):