cityflow-project / CityFlow

A Multi-Agent Reinforcement Learning Environment for Large Scale City Traffic Scenario
https://cityflow-project.github.io
Apache License 2.0
789 stars 173 forks source link

when "eng.next_step()", came error: Process finished with exit code 139 (interrupted by signal 11: SIGSEGV) #97

Closed chuckbassx closed 2 years ago

chuckbassx commented 4 years ago

I‘m running my codes on CityFlow,when it ran to "eng.next_step()", the codes stopped with the error "Process finished with exit code 139 (interrupted by signal 11: SIGSEGV)"

only-changer commented 3 years ago

That error means you have triggered some mistake in the underlying C++ code of Cityflow. It may because you have used an incorrect roadnet. Please double-check your roadnet. Or you can clone this repo and open it as a C++ project (such as by Clion). Running "tools/debug/simple_run.cpp" will show your the detailed error information.