ADXu1 / Train_DonkeyCar_MATLAB

Training Donkey Car's deep learning model in MATLAB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

View Training Donkey Car's deep learning model in MATLAB on File Exchange

Training Donkey Car's deep learning model in MATLAB

Sample code to load the DonkeyCar training dataset and try training a deep learning model.

MATLAB command to download and open the demo (MATLAB live script)

mkdir('./donkeycar_demo');
cd('./donkeycar_demo');
websave('train_donkeycar_dl_model.mlx','https://github.com/covao/Train_DonkeyCar_MATLAB/raw/main/train_donkeycar_dl_model.mlx');
open('train_donkeycar_dl_model.mlx');

MATLAB live script file train_donkeycar_dl_model.mlx

About

Training Donkey Car's deep learning model in MATLAB

License:MIT License