PalDPathak/Smart-Traffic-openenv
Fix: Switch from docker to gradio SDK for HF Spaces
Fix: Add missing __init__.py to src package
Fix: Remove unnecessary streamlit/pandas to resolve build conflicts
Fix: Add missing streamlit and pandas dependencies
Fix Gradio 6.0 theme parameter compatibility
Fix ModuleNotFoundError: Use standard pip instead of uv
Optimize Hugging Face deployment build times with uv
Fix HF Space build by pinning Python 3.10
Update app description text
Leverage Gradio SDK on Hugging Face for faster builds
Update README with simulation preview screenshots
Add dockerignore to exclude huge virtual environment folder
Fix max_possible bounds logic to perfectly scale extreme traffic bounds
Fix score saturation, add controlled variability, update heuristic
Optimize heuristic and configure OpenEnv
Cleanup: Remove all comments and docstrings from Python and config files
Add test_dashboard.py utility script
Add 1000-run stress test suite with statistics, CSV, and charts
Add Streamlit benchmark dashboard with 3-agent comparison
Fix grader bugs discovered by audit: zero-traffic edge case, wait time weighting
Redesign layout: group seed, button, helper text in centered column
Adjust helper text margin closer to button
Final robust UI layout fix
Fix UI overlap for helper text
Initialize Smart Traffic Environment with Dynamic Visualization
