open_env / app.py

Commit History

Use linear transformation to strictly exclude 0.0 and 1.0 from score
9de2ed4

Ramachandra Dayal K commited on

Fix score boundaries to fall strictly within (0, 1) range
ef86455

Ramachandra Dayal K commited on

Revert task scores to decimal range (0.0-1.0)
b52532e

Ramachandra Dayal K commited on

Refactor scores from decimal (0.0-1.0) to integer (0-100)
d2f876e

Ramachandra Dayal K commited on

fix: make /reset request body optional to avoid Pydantic validation error
f776c3a

Ramachandra Dayal K commited on

fix: resolve openEnv reset response inconsistency and port mismatch
e2284e6

Ramachandra Dayal K commited on

Move app.py to root directory
1ec7127

Ramachandra Dayal K commited on