File size: 341 Bytes
b99b9ee | 1 2 3 4 5 6 7 8 9 | """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.
"""
|