Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- server/app.py +1 -1
server/app.py
CHANGED
|
@@ -27,7 +27,7 @@ except Exception as e: # pragma: no cover
|
|
| 27 |
raise ImportError("openenv_core is required for the web interface. Install dependencies with '\n uv sync\n'") from e
|
| 28 |
|
| 29 |
from .RLVE_Gym_environment import RlveGymEnvironment
|
| 30 |
-
from models import RlveGymAction, RlveGymObservation
|
| 31 |
|
| 32 |
# Create the environment instance
|
| 33 |
env = RlveGymEnvironment()
|
|
|
|
| 27 |
raise ImportError("openenv_core is required for the web interface. Install dependencies with '\n uv sync\n'") from e
|
| 28 |
|
| 29 |
from .RLVE_Gym_environment import RlveGymEnvironment
|
| 30 |
+
from ..models import RlveGymAction, RlveGymObservation
|
| 31 |
|
| 32 |
# Create the environment instance
|
| 33 |
env = RlveGymEnvironment()
|