# Car Simulator




📗 Neural network to control the car:

 
📗 Data set (a, x, y, vx, vy, d1, d2, ..., dk):

➩ a = 0 (left), 1 (right), 2 (speed up), 3 (no action).
➩ Collect (max 1000) every frames.
📗 Number of other cars (or networks to control them, separated by "====="): 

Race track:
Game track:
Sensor only:
Tensorflow:

# Scrape the Page


📗 Use Selenium (ask LLMs to write the code) to:
➩ Input your network into the textarea with id "net".
➩ Click the only button (with text = "Button") on this page.
➩ Have Selenium wait for a fix number of seconds or until the textarea with id "out" changes.
➩ Get the text from the textarea with id "out".





Last Updated: April 19, 2026 at 1:08 AM