Update README.md
Browse files
README.md
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
-
|
2 |
-
title: Autonomous Driving Simulation
|
3 |
-
emoji: 🏃
|
4 |
-
colorFrom: purple
|
5 |
-
colorTo: pink
|
6 |
-
sdk: static
|
7 |
-
pinned: false
|
8 |
-
---
|
9 |
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Autonomous Driving Simulation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
+
## Instructions
|
4 |
+
Constantly refresh the page until the AI-powered car outperforms other cars without damage.
|
5 |
+
|
6 |
+
## Adjusting Simulation Parameters
|
7 |
+
You can customize the simulation by adjusting the following parameters:
|
8 |
+
|
9 |
+
* Number of Cars Simulated in Parallel (N): To change the number of cars simulated in parallel, modify the value of `N` on line 9 in the code.
|
10 |
+
* Mutation Amount: To modify the mutation amount, update the value of `mutationAmount` on line 20 in the code.
|