Install dependencies
git submodule update --init --recursive
python -m pip install -r requirements.txt
Run an experiment
python run_planner.py --algo=random_search --env=empty
Download this dataset and move it into the dataset folder.
Install dependencies
git submodule update --init --recursive
python -m pip install -r requirements.txt
Run an experiment
python run_planner.py --algo=random_search --env=empty
Download this dataset and move it into the dataset folder.