Spaces:
Sleeping
Sleeping
Commit ·
c9b5905
1
Parent(s): 852e969
Add Hugging Face Space metadata
Browse files
README.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Indian Traffic Signal OpenEnv
|
| 2 |
|
| 3 |
A deterministic, seedable RL environment for Indian urban traffic signal control. The simulator models mixed traffic, pedestrian pressure, rain, emergency vehicles, unsafe switching, and hidden driver behavior.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Traffic Control Env
|
| 3 |
+
emoji: 🚦
|
| 4 |
+
colorFrom: green
|
| 5 |
+
colorTo: blue
|
| 6 |
+
sdk: docker
|
| 7 |
+
app_port: 7860
|
| 8 |
+
tags:
|
| 9 |
+
- openenv
|
| 10 |
+
- reinforcement-learning
|
| 11 |
+
- traffic-control
|
| 12 |
+
- fastapi
|
| 13 |
+
---
|
| 14 |
+
|
| 15 |
# Indian Traffic Signal OpenEnv
|
| 16 |
|
| 17 |
A deterministic, seedable RL environment for Indian urban traffic signal control. The simulator models mixed traffic, pedestrian pressure, rain, emergency vehicles, unsafe switching, and hidden driver behavior.
|