Commit History

remove available commands from prompt
57488dc

Kr0issant commited on

ATC Pass Implementated and updated Prompt
6c6565f

Algio-1452 commited on

ATC pass in system prompt
46c11c3

Kr0issant commited on

improve system prompt
bc27c71

Kr0issant commited on

small pydantic crash fix
f87fcde

Algio-1452 commited on

States Changes made so Model Knows that the Model has been cleared to land
09f96df

Algio-1452 commited on

minor reward fix
2306e11

Algio-1452 commited on

reduce tasks (6 to 3)
ceed85e

Kr0issant commited on

reorder tasks in difficulty order
0d02d12

Kr0issant commited on

cleanup and small fixes
070e035

Kr0issant commited on

sigmoid normalization on reward function
013cf47

Kr0issant commited on

switch from uv to pip
414876b

Kr0issant commited on

fix import errors
9196f12

Kr0issant commited on

last hope for sure this time
f975e10

Kr0issant commited on

last hope
d15afbf

Kr0issant commited on

add model config
bc6bee9

Kr0issant commited on

remove unnecessary dependencies
3a9d450

Kr0issant commited on

Merge branch 'master' of github.com:Algio-Nightly/atc_rl_api
90d5b66

Kr0issant commited on

change default airport
5792ca6

Kr0issant commited on

Merge branch 'master' of https://github.com/Algio-Nightly/atc_rl_api
83c7bc5

Algio-1452 commited on

fix(inference): strict stdout compliance and env.close() ordering
fc59367

thewildofficial commited on

feat(openenv): prepare dockerized HF Space submission
093520a

thewildofficial commited on

feat(sim): improve inference control flow and runway approach behavior
b209d78

thewildofficial commited on

feat(ui): surface live RL task, reward, and model events in the visualizer
f62fc81

thewildofficial Sisyphus commited on

feat(verbose): publish inference state and model trace to the live UI
4d1eb4f

thewildofficial Sisyphus commited on

feat(api): add external state broadcast support for live RL UI sync
2ca89fb

thewildofficial Sisyphus commited on

test(env): update environment and rubric tests for integrated telemetry and departures
572c7ff

thewildofficial commited on

feat(rubrics): wire engine events into rubric forward() and make task classes own spawning
809cc58

thewildofficial commited on

feat(env): add wind-based arrival gate selection and engine events in step() info dict
342062a

thewildofficial commited on

feat(env): add departure task configs and DepartureTask class
d8cf444

thewildofficial commited on

feat(rubrics): add DepartureRubric with departure success and taxi efficiency rewards, wire into ATCRubric composite
f5a92f0

thewildofficial commited on

refactor(rubrics): update EfficiencyRubric to use telemetry fields for holding penalty
6286ced

thewildofficial commited on

refactor(rubrics): update SafetyRubric to use telemetry fields and add command rejection penalty to ComplianceRubric
255d09e

thewildofficial commited on

refactor(env): merge telemetry into observation, remove _get_step_telemetry
5a7652d

thewildofficial commited on

fix(env): unify step/reset return types, wire rubric reward, fix double increment
d92c00d

thewildofficial commited on

feat(models): add TimingStats, SafetyMetrics, and telemetry fields to AircraftObservation
7e4f00f

thewildofficial commited on

fix(rubrics): add None-guard for optional separation distance in SafetyRubric
bc3d263

thewildofficial commited on

Routes Complete for VOCB
3f2a99a

Algio-1452 commited on

Implemented Some Metrics, Aban will need to check
97ef31f

Algio-1452 commited on

working perhaps?
64821f2

Kr0issant commited on

pleaseeeeeeee
70958b4

Kr0issant commited on

Merged Things
f87f7e7

Algio-1452 commited on

Merge branch 'master' of https://github.com/Algio-Nightly/atc_rl_api
d032b0b

Algio-1452 commited on

FIxed Error And Comamnds, Direct TO changed Ro
e1e9687

Algio-1452 commited on

feat: add python-dotenv to auto-load .env in inference scripts
7674158

thewildofficial commited on

fix: extract commands portion before parsing to avoid thinking text
ded585a

thewildofficial commited on

fix: repair try/except structure in inference_verbose
2955339

thewildofficial commited on

feat(verbose): Add thinking/reasoning display to inference_verbose
ecf5dcc

thewildofficial commited on