Spaces:
Sleeping
Sleeping
deploy via scripts/deploy_to_space.py
Browse files
qubit_medic/server/__pycache__/app.cpython-312.pyc
CHANGED
|
Binary files a/qubit_medic/server/__pycache__/app.cpython-312.pyc and b/qubit_medic/server/__pycache__/app.cpython-312.pyc differ
|
|
|
qubit_medic/server/app.py
CHANGED
|
@@ -48,11 +48,10 @@ app = create_fastapi_app(
|
|
| 48 |
action_cls=QubitMedicAction,
|
| 49 |
observation_cls=QubitMedicObservation,
|
| 50 |
)
|
| 51 |
-
|
| 52 |
-
app.title = "QuantumScribe"
|
| 53 |
app.version = os.getenv("QUBIT_MEDIC_VERSION", "1.0.0")
|
| 54 |
app.description = (
|
| 55 |
-
"
|
| 56 |
"decoders. Built on Stim + PyMatching with five independent verifiable "
|
| 57 |
"rewards (logical correction, syndrome consistency, Hamming overlap, "
|
| 58 |
"format compliance, PyMatching beat-rate). Wraps "
|
|
|
|
| 48 |
action_cls=QubitMedicAction,
|
| 49 |
observation_cls=QubitMedicObservation,
|
| 50 |
)
|
| 51 |
+
app.title = "Qubit-Medic OpenEnv"
|
|
|
|
| 52 |
app.version = os.getenv("QUBIT_MEDIC_VERSION", "1.0.0")
|
| 53 |
app.description = (
|
| 54 |
+
"RL training environment for LLM-based quantum error-correction "
|
| 55 |
"decoders. Built on Stim + PyMatching with five independent verifiable "
|
| 56 |
"rewards (logical correction, syndrome consistency, Hamming overlap, "
|
| 57 |
"format compliance, PyMatching beat-rate). Wraps "
|