CoolFace
Apppublic

Adharshts/meta_pytorch_hackathon

sourceHugging Faceupdated 5mo agoView on Hugging Face
0likes
37 commits on main
719983b5mo ago

Fix task structure: added 3 tasks and updated YAML for autograder

Adharshts
77161a55mo ago

Fix namespace collision by renaming tasks to eval_tasks

Adharshts
63e12505mo ago

Update grader structure to match expected OpenEnv package format

Adharshts
b19f2f85mo ago

Rename grader file to fix namespace collision

Adharshts
b4d518f5mo ago

Move graders to root directory to fix import dropping

Adharshts
2789fba5mo ago

Add __init__.py to make server a module and fix YAML schema

Adharshts
386b4bd5mo ago

Fix yaml schema to prevent silent pydantic drops

Adharshts
5fa48475mo ago

Fix inference logs bounding and restore explicit YAML graders

Adharshts
f5edf075mo ago

Fix cumulative reward math trap to strictly bound score between 0.001 and 0.999

Adharshts
a09eddf5mo ago

Isolate grader to fix namespace collision and import drops

Adharshts
18d381a5mo ago

Add explicit grader function and strict YAML schema

Adharshts
eeb05f45mo ago

Fix phase 2 ranges and tasks

Adharshts
2543b985mo ago

Finalize folder structure and fix internal server error

Adharshts
b03ba6c5mo ago

Fix FastAPI 500 error by adding truncated to Observation

Adharshts
6ee13225mo ago

Fix Internal Server Error by returning Observation in reset

Adharshts
4c424cb5mo ago

Fix missing Observation import

Adharshts
04acefc5mo ago

Add Uvicorn server initialization to FastAPI app

Adharshts
dc569c25mo ago

Update python requirement and add uv.lock

Adharshts
47454aa5mo ago

Update Dockerfile uvicorn path to server.app:app

Adharshts
ac971d85mo ago

Fix folder structure and add uv.lock for grader

Adharshts
3a7a93d5mo ago

Add required pyproject.toml for multi-mode deployment

Adharshts
3740f535mo ago

Add required openenv.yaml config file

Adharshts
c5b8b7d5mo ago

Add inference.py to repo root for grader

Adharshts
bea6d5f6mo ago

Pass class instead of instance to create_fastapi_app

Adharshts
f56f36e6mo ago

Fix FastAPI app initialization

Adharshts
d7e747a6mo ago

Update server and env for Task 1: Disk Full Outage

Adharshts
5d141a96mo ago

Remove dataclass decorators to fix Pydantic conflict

Adharshts
01dae5e6mo ago

Add missing test_env.py to unblock build

Adharshts
75e106b6mo ago

Pass class blueprint instead of instance

Adharshts
4d3571b6mo ago

Add missing state method to OpenEnv adapter

Adharshts
624c4aa6mo ago

Implement OpenEnv adapter and dataclasses

Adharshts
3cce34a6mo ago

Instantiate env object

Adharshts
85245176mo ago

Implement actual OpenEnv server to handle POST requests

Adharshts
a7efa246mo ago

Remove missing test_env.py from Dockerfile

Adharshts
96ffc406mo ago

Add missing Hugging Face Space configuration

Adharshts
ef81e7d6mo ago

Fix HF Space health check timeout

Adharshts
9585b736mo ago

Initial commit: Meta PyTorch Hackathon submission

Adharshts