CoolFace
Apppublic

SyncShift/sql-correction-env

sourceHugging Faceupdated 5mo agoView on Hugging Face
0likes
50 commits on main
5d880f35mo ago

Updated grader values

sravaniamere
82a5b1b5mo ago

B

sravaniamere
2be75325mo ago

Fix stagnation penalty floor to 0.01, never 0.0

sravaniamere
eecac6e5mo ago

Fix grader: clamp rewards to strictly (0.01, 0.99)

sravaniamere
21942335mo ago

Fix server.py, expand tasks to 40, add tests, clean observation schema

sravaniamere
a59b8ec5mo ago

fix indentation in main loop

sravaniamere
cd6351a5mo ago

fix indentation in main loop

sravaniamere
f52aed35mo ago

match reference env pattern exactly

sravaniamere
ec61b5a5mo ago

simplify tasks in openenv.yaml to match reference format

sravaniamere
fd851a95mo ago

fix state as method not property, fix abstract class error

sravaniamere
c7d40b55mo ago

fix step crash when current_task is None

sravaniamere
3fa3f1b5mo ago

fix initial reward from 0.0 to 0.001

sravaniamere
7a6f18c5mo ago

fix reset indentation and accept task_id param

sravaniamere
c41f6ba5mo ago

fix reset to accept task_id, update tasks endpoint

sravaniamere
65028b55mo ago

fix max_concurrent_envs to 1

sravaniamere
f6bd7475mo ago

switch to create_app from http_server

sravaniamere
66cc86e5mo ago

fix step format, add tasks endpoint back

sravaniamere
bb74cb15mo ago

fix inference to handle new reset response format

sravaniamere
4768f7c5mo ago

fix create_fastapi_app call remove env_name

sravaniamere
341aec95mo ago

restore SQLTask and SQLReward to models.py

sravaniamere
e965a475mo ago

use openenv base classes and fix yaml format to match working submissions

sravaniamere
830b0e55mo ago

fix openenv.yaml with spec_version, type, runtime, app, port

sravaniamere
5016a175mo ago

add grader endpoint

sravaniamere
21125425mo ago

add grader endpoint, fix reward bounds and openenv.yaml

sravaniamere
42d23775mo ago

remove version pins to fix dependency conflicts

sravaniamere
5086a765mo ago

fix openai version conflict with openenv-core

sravaniamere
6c6f9945mo ago

pin openenv-core version to force reinstall

sravaniamere
55bb0ce5mo ago

add grader_fn to tasks endpoint

sravaniamere
c4a66be5mo ago

revert to working server

sravaniamere
03b2a1c5mo ago

add openenv-core to requirements

sravaniamere
0e2347e5mo ago

use openenv core base classes

sravaniamere
14fb2285mo ago

force rebuild

sravaniamere
a24bc4f5mo ago

commit missing openenv.yaml and server.py changes

sravaniamere
154f3d95mo ago

fix grader serialization and tasks endpoint

sravaniamere
95707b25mo ago

fix /tasks endpoint format for validator

sravaniamere
a785d136mo ago

fix reward range to strict (0,1) exclusive

sravaniamere
0a9f1576mo ago

fix server entry point

sravaniamere
21848466mo ago

Make inference fallback to offline SQL correction

sravaniamere
1a1713a6mo ago

Fix server entrypoint packaging and align environment docs

sravaniamere
51264be6mo ago

Fix inference startup and healthcheck compatibility

sravaniamere
0a579216mo ago

force clean exit code 0

sravaniamere
574f8e76mo ago

error handling in inference.py

sravaniamere
e5d66406mo ago

fix state endpoint, author, and init exports

sravaniamere
6464bfb6mo ago

fix remotes and remove stray folder

sravaniamere
6b9084f6mo ago

update ENV_URL to SyncShift space

sravaniamere
b79af366mo ago

fix server entry point

sravaniamere
1f2495e6mo ago

fix openenv validate issues

sravaniamere
fa28e106mo ago

merge and add pyproject.toml

sravaniamere
2da45df6mo ago

add pyproject.toml

sravaniamere
72145e66mo ago

Fix punctuation in README.md

sravaniamere