Skip to content

✅ Next Steps

  1. Select a model: python select_model.py
  2. Start services: start.bat (Windows) or ./start.sh (Linux/Mac)
  3. Test API: python test_api.py or curl http://localhost:8080/api/traffic/action
  4. Integrate with SUMO: Modify your train_ppo_agent.py to use the API
  5. Deploy: Use docker-compose for production