I don't see anything about a Domain Randomize lesson in the tutorial. There is a lesson called Randomize Start, so I think that is what is intended.
This commit is contained in:
Forrest Trepte 2020-11-29 12:22:21 -08:00
Родитель 98cee33245
Коммит e21367a458
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -186,7 +186,7 @@ Any simulator parameters that aren't included in `SimConfig` are assigned a defa
### Domain Randomize Ball Radius and Ball Shell
Use the new `SimConfig` parameters in a lesson. Add `ball_radius` and `ball_shell` to the bottom of the `Domain Randomize` lesson with the following lines of code:
Use the new `SimConfig` parameters in a lesson. Add `ball_radius` and `ball_shell` to the bottom of the `Randomize Start` lesson with the following lines of code:
```
ball_radius: number<PingPongRadius * 0.8 .. PingPongRadius * 1.2>,