## Goal Implement some interactive functionality to the project, e.g. * show only best car, hide others * change (increase/decrease/toggle) mutation rate * add trace for each car, which visualizes the driven path (_requires trace feature #4_) * use neural network of best car for all other cars * save neural network of current best car (requires save feature #7) * load neural network (requires load feature #8) ## Current State Nothing in place. ## Hints / Notes Some kind of Key Listener and/or UI would be good (buttons).
Goal
Implement some interactive functionality to the project, e.g.
Current State
Nothing in place.
Hints / Notes
Some kind of Key Listener and/or UI would be good (buttons).