Commit History

inference file change
23cd9a7

mathi3046 commited on

python file
403d77b

mathi3046 commited on

fix: move type ignore to the correct position for OpenAI call and suppress requests stub warning
c446324

mathi3046 commited on

fix: resolve IDE warnings and add safety checks for requests library
9b0fc9d

mathi3046 commited on

fix: enforce strict scoring normalization in inference.py
68223ad

mathi3046 commited on

fix: enforce strict (0,1) on ALL score fields including penalties
1a071c6

mathi3046 commited on

fix: rewrite grader with reference scoring pattern and clamp all reward fields
7acbefe

mathi3046 commited on

fix: resolve Pyrefly linter errors - add search-path config and type guards
562c0a4

mathi3046 commited on

fix(ide): suppress IDE false positive import warnings in server/app.py
11c71eb

mathi3046 commited on

last 0 and 1 error update
6c591d0

mathi3046 commited on

fix: add pyright extraPaths to resolve IDE import warnings for models, grader, tasks, server.environment
3932d4b

mathi3046 commited on

Harden score outputs to strict open interval
4191feb

mathi3046 commited on

fix: clamp scores in environment and validate to strict open interval
3e4c834

mathi3046 commited on

fix: clamp all task scores to strict (0,1) range - never 0.0 or 1.0 - grader.py: add _clamp() helper, apply to all sub-scores and total - models.py: update Pydantic fields to gt/lt strict bounds - inference.py: clamp avg_reward and final_score Fixes Phase 2 'task scores out of range' validation error
11e6068

mathi3046 commited on

fix: clamp task scores strictly between 0 and 1 to pass Phase 2 validation
1a235af

mathi3046 commited on

fix: strictly pin dependencies in pyproject.toml and use python:3.10-slim to bypass HF docker image cache rate limits
cd189b9

mathi3046 commited on

fix: update openai pinned version to 2.30.0 to resolve conflict with openenv-core 0.2.0
e3ef386

mathi3046 commited on

fix: pin dependencies and change docker base image to prevent HF cache error
cc0cc48

mathi3046 commited on

fix: align port to 7860 for HF Spaces and harden inference.py error handling
40b0e9f

mathi3046 commited on

inference change
b1da698

mathi3046 commited on

Fix inference script validation crashes
0d5ce63

mathi3046 commited on

dockerize the project to work
45e91a8

Mathiyazhagan_NTL commited on

final all correct checklist update
9b26357

mathi3046 commited on

mac update
6c741e5

Mathiyazhagan_NTL commited on

check list
f5c7702

mathi3046 commited on

pre submission checklist
bfda67d

mathi3046 commited on

completed the setup
e52fa02

mathi3046 commited on

completed submission setup
919d11e

mathi3046 commited on

update the validate files
2d15ceb

mathi3046 commited on

Add openenv-core dependency and uv.lock
8b5be14

mathi3046 commited on

Update URLs and add validate script
b079cfc

mathi3046 commited on

configure for HuggingFace Spaces deployment (port 7860, non-root user, HF frontmatter)
7b09dd1

mathi3046 commited on

project upload
81aa69d

mathi3046 commited on