CoolFace
Apppublic

PalDPathak/Smart-Traffic-openenv

sourceHugging Faceupdated 6mo agoView on Hugging Face
0likes
25 commits on main
29a479f6mo ago

Fix: Switch from docker to gradio SDK for HF Spaces

PalDPathak404
8a814db6mo ago

Fix: Add missing __init__.py to src package

PalDPathak404
bd251a16mo ago

Fix: Remove unnecessary streamlit/pandas to resolve build conflicts

PalDPathak404
ce490856mo ago

Fix: Add missing streamlit and pandas dependencies

PalDPathak404
a9a19116mo ago

Fix Gradio 6.0 theme parameter compatibility

PalDPathak404
68996126mo ago

Fix ModuleNotFoundError: Use standard pip instead of uv

PalDPathak404
d93da596mo ago

Optimize Hugging Face deployment build times with uv

Aryansabasana
4316eb06mo ago

Fix HF Space build by pinning Python 3.10

Aryansabasana
191db946mo ago

Update app description text

Aryansabasana
1168ed46mo ago

Leverage Gradio SDK on Hugging Face for faster builds

Aryansabasana
d9429906mo ago

Update README with simulation preview screenshots

Aryansabasana
994532a6mo ago

Add dockerignore to exclude huge virtual environment folder

Aryansabasana
b49335b6mo ago

Fix max_possible bounds logic to perfectly scale extreme traffic bounds

Aryansabasana
f259f2b6mo ago

Fix score saturation, add controlled variability, update heuristic

Aryansabasana
3864abc6mo ago

Optimize heuristic and configure OpenEnv

Aryansabasana
7a78f7e6mo ago

Cleanup: Remove all comments and docstrings from Python and config files

Aryansabasana
bc055ea6mo ago

Add test_dashboard.py utility script

Aryansabasana
6b718ad6mo ago

Add 1000-run stress test suite with statistics, CSV, and charts

Aryansabasana
0992cf36mo ago

Add Streamlit benchmark dashboard with 3-agent comparison

Aryansabasana
c64ec476mo ago

Fix grader bugs discovered by audit: zero-traffic edge case, wait time weighting

Aryansabasana
3ab2f2c6mo ago

Redesign layout: group seed, button, helper text in centered column

Aryansabasana
7d2d6de6mo ago

Adjust helper text margin closer to button

Aryansabasana
e1e88aa6mo ago

Final robust UI layout fix

Aryansabasana
f770d846mo ago

Fix UI overlap for helper text

Aryansabasana
e2485ba6mo ago

Initialize Smart Traffic Environment with Dynamic Visualization

Aryansabasana