-
Running `docker-compose up --build` on the `master` branch fails with the following error:
```
gym-duckietown-server_1 | File "/opt/conda/bin/duckietown-start-gym", line 11, in
gym-duckietown…
-
Add self-update option that runs the equivalent of:
pip install -U --no-cache-dir duckietown-shell
-
I am not able to run the car following the tutorial for quick-start everytime I connect to localhost it disconnect.
![connected](https://user-images.githubusercontent.com/26637741/50459974-d343bc00-0…
-
Currently, [we are mocking](https://github.com/breandan/Software/blob/d30a464249601a2b5c3bc8c6bca1d5868fabbaf6/Dockerfile#L21) the machines file, instead of injecting the `docker` machine entry during…
-
You mentioned this project has outgrown its original name. Any objections to renaming it? `duckietown/duckietown-*` seems unnecessarily repetitive.
-
`make install-docker-ubuntu16` does not work in this repository
-
Received this error running on Docker on the master branch:
```
root@6d4e86d03b76:/gym-duckietown# python3 pytorch_rl/main.py --algo a2c --env-name Duckietown-small_loop-v0 …
-
the commands that I run are:
$ sudo apt update
$ sudo apt install -y dphys-swapfile
$ sudo nano /etc/dphys-swapfile
add
`CONF_SWAPSIZE=2048`
$ sudo /etc/init.d/dphys-swapfile…
-
Not sure if this is a problem with the environment. But the same problems are not occurring while using gym-minigrid. Any help with solving the problem would be awesome!
How to reproduce the issue:…
-
To do reinforcement learning, there are many times when you might need a display or virtualbuffer.
What's the best way to go about launch an Xvfb process when training with Sagemaker?