Skip to content

Commit

Permalink
Update EXPERIMENT_SETTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelBosello committed Sep 8, 2021
1 parent df14294 commit bc939e3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions EXPERIMENT_SETTING.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
```
Expand All @@ -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
```
Expand All @@ -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)

Expand Down

0 comments on commit bc939e3

Please sign in to comment.