Automate MIT's DeepTraffic competition (https://selfdrivingcars.mit.edu/deeptraffic/) with Puppeteer.
Run yarn install
Train, evaluate and save a net by running node deeptrafficpuppet.js filename --save
.
In certain Linux distros it may be necessary to enable sandboxing with
echo 1 > /proc/sys/kernel/unprivileged_userns_clone
.