From bc939e396d1c9cb0ec5b3232247f51e9a3e5359e Mon Sep 17 00:00:00 2001 From: Michael Bosello Date: Wed, 8 Sep 2021 13:18:46 +0200 Subject: [PATCH] Update EXPERIMENT_SETTING.md --- EXPERIMENT_SETTING.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/EXPERIMENT_SETTING.md b/EXPERIMENT_SETTING.md index 5a24c3c..4af8d15 100644 --- a/EXPERIMENT_SETTING.md +++ b/EXPERIMENT_SETTING.md @@ -1,8 +1,9 @@ # Experiments Settings (chronological order) Experiments results and trained models are in the release section -## Sim2real experiment 2, Transfer learning (run-unibo-roof.zip) +## Sim2real experiment 2: transfer learning (run-unibo-roof.zip) Training: simulation, PC with i7, unibo-roof map + Testing: real car with Jetson NX f1tenth-rl/car/safety_control.py @@ -60,7 +61,7 @@ cut-lidar-data = 8 ``` ### Dense (run-hairpin-track-simulator-dense.zip) -same as above, plus: +same as CNN1D, plus: f1tenth-rl/dqn.py ``` @@ -70,6 +71,7 @@ f1tenth-rl/dqn.py ``` ### CNN2D (run-hairpin-track-simulator-cnn2d.zip) +same as CNN1D, plus: f1tenth-rl/rl_car_driver.py ``` @@ -78,7 +80,7 @@ slowdown-cycle = False lidar-to-image = True ``` -## Sim2real experiment 1, training on the physical car (run-real-car.zip) +## Sim2real experiment 1: training on the physical car (run-real-car.zip) Jetson TX2 - slow speed (1/8 of max speed)