Commit History

Updated grader values
5d880f3

sravaniamere commited on

Fix stagnation penalty floor to 0.01, never 0.0
2be7532

sravaniamere commited on

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

sravaniamere commited on

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

sravaniamere commited on

match reference env pattern exactly
f52aed3

sravaniamere commited on

fix state as method not property, fix abstract class error
fd851a9

sravaniamere commited on

fix step crash when current_task is None
c7d40b5

sravaniamere commited on

fix initial reward from 0.0 to 0.001
3fa3f1b

sravaniamere commited on

fix reset indentation and accept task_id param
7a6f18c

sravaniamere commited on

fix reset to accept task_id, update tasks endpoint
c41f6ba

sravaniamere commited on

fix max_concurrent_envs to 1
65028b5

sravaniamere commited on

switch to create_app from http_server
f6bd747

sravaniamere commited on

fix step format, add tasks endpoint back
66cc86e

sravaniamere commited on

fix create_fastapi_app call remove env_name
4768f7c

sravaniamere commited on

restore SQLTask and SQLReward to models.py
341aec9

sravaniamere commited on

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

sravaniamere commited on

add grader endpoint, fix reward bounds and openenv.yaml
2112542

sravaniamere commited on

pin openenv-core version to force reinstall
6c6f994

sravaniamere commited on

add grader_fn to tasks endpoint
55bb0ce

sravaniamere commited on

revert to working server
c4a66be

sravaniamere commited on

use openenv core base classes
0e2347e

sravaniamere commited on

commit missing openenv.yaml and server.py changes
a24bc4f

sravaniamere commited on

fix grader serialization and tasks endpoint
154f3d9

sravaniamere commited on

fix /tasks endpoint format for validator
95707b2

sravaniamere commited on

fix reward range to strict (0,1) exclusive
a785d13

sravaniamere commited on

Fix server entrypoint packaging and align environment docs
1a1713a

sravaniamere commited on

fix state endpoint, author, and init exports
e5d6640

sravaniamere commited on