This is a minimal example.
- git clone this repo
- run
docker build -t ntrl:demo .under the root directory of this repo, once you built the docker image, you don't need to build it again unless you change the dockerfile. - run
docker run -u $(id -u):$(id -g) --env="DISPLAY" --volume="/tmp/.X11-unix:/tmp/.X11-unix:rw" --volume="/home/n/Eikonal_Planning/ntrl-demo:/workspace" --volume="/usr/lib/x86_64-linux-gnu/:/glu" --volume="/home/n/.local:/.local" --env="QT_X11_NO_MITSHM=1" --gpus all -ti --rm ntrl:demoto start the docker container. - run
pip install scipyinside the container to install the KD-tree dependency - run
python dataprocessing/preprocess.py --config configs/gibson.txtto sample training data - run
python train/train_gib.pyto start the training.