physix-live / openenv.yaml
Pratyush-01's picture
Upload folder using huggingface_hub
08f8699 verified
spec_version: 1
name: physix
description: >-
Iterative equation discovery from noisy trajectory data. The agent proposes
an ODE; the env simulates it via scipy.odeint and rewards on per-step R² —
no LLM-as-judge.
# Tells OpenEnv's container provider how to launch the env in a sandbox.
type: space
runtime: fastapi
app: physix.server.app:app
port: 7860
# Class-name overrides for openenv.auto auto-discovery (the convention
# would Pascal-case "physix" -> "Physix*", but we use "PhysiX*").
action: PhysiXAction
observation: PhysiXObservation
# Hub metadata.
tags:
- physics
- equation-discovery
- rlvr
- verifiable-reward
- ode
license: mit