Uber Simulation
Built at OpenEnv Hackathon SF · Mar 7, 2026 · San Francisco, CA

OpenEnv Dispatch Demo is an Uber-style ride-dispatch RL environment built on OpenEnv. It simulates a workflow (request → match driver → fare → confirm → payment) while exposing drift (schema, API, and policy changes). An RL agent is trained with Stable-Baselines3 (PPO) to repair failures and restore the workflow. The repo includes a FastAPI mock API, Gymnasium env, drift engine, and a demo UI for running episodes with different drift settings.