Skip to content

Commit 90ec90e

Browse files
committed
readme
1 parent 8bdb656 commit 90ec90e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Solve Gridlock and Deadlock with sumo simulator
2+
<<<<<<< Updated upstream
23
It is a program that solves deadlock and gridlock when there is no traffic light in Sumo simulator.
34

45
## How to use
@@ -7,3 +8,16 @@ There are a total of 4 files.
78
2. File deadlock for reproducing deadlock.py. When executed, the number of vehicles can be determined, and whether to control may be set. (0=no control, 1=with control)
89
3. File gridlock for reproducing gridlock.py. In the same manner as above, the number of vehicles and whether to control may be set. (0=no control, 1=with control)
910
4. When running randomScenario.py, which solves both deadlock and gridlock, a car is created at each end. In the same manner as above, the number of vehicles and whether to control may be set. (0=no control, 1=with control)
11+
=======
12+
13+
It is a program that solves deadlock and gridlock when there is no traffic light in Sumo simulator.
14+
15+
## How to use
16+
17+
There are a total of 4 files.
18+
19+
1. none.py When executing, the number of cars can be determined, and whether to ignore or keep the signal can be determined (0=keep the signal, 1=ignore the signal).
20+
2. File deadlock for reproducing deadlock.py. When executed, the number of vehicles can be determined, and whether to control may be set. (0=no control, 1=with control)
21+
3. File gridlock for reproducing gridlock.py. In the same manner as above, the number of vehicles and whether to control may be set. (0=no control, 1=with control)
22+
4. When running randomScenario.py, which solves both deadlock and gridlock, a car is created at each end. In the same manner as above, the number of vehicles and whether to control may be set. (0=no control, 1=with control)
23+
>>>>>>> Stashed changes

0 commit comments

Comments
 (0)