-
[This folder](https://github.com/autorope/donkeycar/tree/dev/install/envs) should have windows.yml as described in the docs [here](http://docs.donkeycar.com/guide/host_pc/setup_windows/)
zlite updated
3 years ago
-
https://github.com/autorope/donkeycar/blob/f162c76ee222f000f7fb024003da896f5ead623c/donkeycar/templates/simulator.py#L337
In the above line, I think it should instead be:
return pilot_angle if pil…
-
The installation steps no longer work on Mac if a user try to install Donkeycar host sw on Mac.
The command "conda env create -f install/envs/mac.yml" will generate tons of conflict message and final…
-
```
ERROR:gym_donkeycar.core.client:Exception:Scene name mountain_track not in scene list ['generated_road', 'warehouse', 'sparkfun_avc', 'generated_track', 'roboracingleague_1']
```
TODO: Rem…
-
The script refuses to run unless I make the below changes to drive.py. It appears that the argument parser is looking at the Usage line for the format. Since `myconfig` is missing from it, it refuse…
-
The example at http://docs.donkeycar.com/#hello-world has a line
```
V.add(tub, inputs=inputs)
```
but no variable `inputs` has been defined.
This will give a NameError, no?
Current code ver…
cdeil updated
4 years ago
-
----------------------------------------------------------------------------------------------------
| Required Info | …
-
When the
`python ~/mycar/train.py --tub --model ./models/mypilot.h5`
command is ran (any form of it), the epochs start but eventually fail with error
`W tensorflow/core/kernels/data/generator_da…
-
Hi All,
I had some issues downloading Tensorflow with the instructions on the docs. It seems pip sometimes plays up when you try to download it.
I have the work around here:
```
wget https:…
-
For those of you using the Robo HAT MM1 with either your Rpi 3B+ or 4B, I found that I had to enable GYM_CONF to get either manage.py drive or manage.py drive --js to run without an error.
I didn't …
TCIII updated
4 years ago