VaishnaviAgrawal/RadiotherapyPlanningEnv
0
Add openenv-core>=0.2.0 back to pyproject.toml for openenv validate
Simplify Dockerfile: drop pip install -e ., use PYTHONPATH=/app
Remove openenv-core from runtime deps (not on PyPI, breaks pip install -e .)
Fix requirements: add fastapi/uvicorn, remove torch/gradio/sb3
Fix OpenEnv submission: FastAPI on port 7860, compliant inference output
Update PROJECT_CONTEXT.md
added project context
Add OpenEnv server, pyproject.toml, uv.lock - passes openenv validate
minor edits
Fix Dockerfile: replace deprecated libgl1-mesa-glx with libgl1
Add HuggingFace Space metadata to README
Add inference.py and update configs for hackathon submission
first commit
initial commit
RadiotherapyPlanningEnv-v1: Complete OpenEnv submission
