Sample Implementation of Control Algorithms for Self-Driving Car
| Control Algorithms | Environment | Details | Demo | Documentation |
|---|---|---|---|---|
| 1. PID Controller | ||||
| - | - | - | - | - |
| 2. ESC Controller | ||||
| - | - | - | - | - |
| 3. MPC Controller | ||||
| - | - | - | - | - |
| 4. RL Controller | ||||
| Coming Soon | - | - | - | - |
How to setup and run
source env/bin/activate
pip install -r requirements.txt
streamlit run streamlit_pid_demo.py
access `http://localhost:8501/`- Coming Soon
- Coming Soon
- Coming Soon
- Coming Soon
| Environment | Details | Source |
|---|---|---|
| 1. Udacity Self-Driving car simulation | - | udacity/self-driving-car-sim |
2. Custom CarRacing-v0 Gym environment |
- | openai/gym |
| 3. Dynamic environment for PID and ESC demo | - | simulations/car_simulation.py |
- Coming Soon