RustX commited on
Commit
8dbcca5
·
1 Parent(s): 9cb3de7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -9
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
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
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.