Skip to content

Commit

Permalink
Remove line breaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
jendrikseipp committed Jul 15, 2020
1 parent a98a937 commit 5cd01ba
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/downward.tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ Download benchmarks
::

DOWNWARD_BENCHMARKS=/path/to/downward-benchmarks
git clone https://github.com/aibasel/downward-benchmarks \
${DOWNWARD_BENCHMARKS}
git clone https://github.com/aibasel/downward-benchmarks ${DOWNWARD_BENCHMARKS}

Some example experiments need the ``DOWNWARD_BENCHMARKS`` environment
variable so we recommend exporting it in your ``~/.bashrc`` file.
Expand All @@ -38,8 +37,7 @@ Lab supports Git and Mercurial repositories.
# Optionally check that Fast Downward works:
cd ${DOWNWARD_REPO}
./build.py
./fast-downward.py ${DOWNWARD_BENCHMARKS}/grid/prob01.pddl \
--search "astar(lmcut())"
./fast-downward.py ${DOWNWARD_BENCHMARKS}/grid/prob01.pddl --search "astar(lmcut())"


Install VAL
Expand Down

0 comments on commit 5cd01ba

Please sign in to comment.