ZhiyuanZeng commited on
Commit
8696d58
·
verified ·
1 Parent(s): b0ac5a2

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. 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()