JamesPsh

Results 2 comments of JamesPsh

Hi there, I've worked on a similar project and found some repositories that might be helpful for you: 1. [ReinforcementLearning-TrafficLights](https://github.com/JamesPsh/ReinforcementLearning-TrafficLights): This repository provides an example of controlling traffic lights using...

@adexoxo13 I used Ray to run multiple SUMO simulations in parallel for a genetic algorithm. Ray supports distributed computing and significantly reduced simulation time. Consider using Ray for your task.