Skip to content

Commit

Permalink
fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh committed Aug 3, 2024
1 parent ec9f86c commit 922ac9e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
__pycache__/
data/
report.html
models/tinyphysics_*.onnx
models/tinyphysics_*.onnx
*.swp
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# Comma Controls Challenge!
![Car](./imgs/car.jpg)

Machine learning models can drive cars, paint beautiful pictures and write passable rap. But they famously suck at doing low level controls. Your goal is to write a good controller. This repo contains a model that simulates the lateral movement of a car, given steering commands. The goal is to drive this "car" well for a given desired trajectory.


## Geting Started
We'll be using a synthetic dataset based on the [comma-steering-control](https://github.com/commaai/comma-steering-control) dataset for this challenge. These are actual routes with actual car and road states.
We'll be using a synthetic dataset based on the [comma-steering-control](https://github.com/commaai/comma-steering-control) dataset for this challenge. These are actual routes with actual car and road states from [openpilot](https://github.com/commaai/openpilot) users.

```
# download necessary dataset (~0.6G)
Expand Down Expand Up @@ -58,5 +57,6 @@ python eval.py --model_path ./models/tinyphysics.onnx --data_path ./data --num_s
- With [this commit](https://github.com/commaai/controls_challenge/commit/4282a06183c10d2f593fc891b6bc7a0859264e88) we fixed a bug that caused the simulator model to be initialized wrong.

## Work at comma

Like this sort of stuff? You might want to work at comma!
https://www.comma.ai/jobs
[comma.ai/jobs](https://comma.ai/jobs)
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
numpy==1.25.2
numpy
onnxruntime
pandas==2.1.2
matplotlib==3.8.1
seaborn==0.13.2
tqdm
tqdm

0 comments on commit 922ac9e

Please sign in to comment.