physix-live / physix /server /__init__.py
Pratyush-01's picture
Upload folder using huggingface_hub
08f8699 verified
"""HTTP server layer for the PhysiX-Live environment.
Submodules:
- :mod:`physix.server.environment` defines the OpenEnv ``Environment`` subclass
that owns episode lifecycle and reward dispatch.
- :mod:`physix.server.app` builds the FastAPI application and exposes a
``main()`` entry point for the ``physix-server`` console script.
"""