- Step1: Clone the repository from GitHub: git clone https://github.com/mmehdi292/SelfDrivingCarSimulator.git
- Step2: Navigate into the project folder and install dependencies: pip install -r requirements.txt
- Step3: Configure track layouts and sensor parameters in config files
- Step4: Run the simulator: python simulator.py
- Step5: Integrate your RL agent code and start training
- Step6: Monitor performance metrics via the built-in dashboard