You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-7
Original file line number
Diff line number
Diff line change
@@ -34,20 +34,14 @@ source .venv/bin/activate
34
34
git submodule update --init --recursive
35
35
make install
36
36
```
37
-
This command installs the base version of DACBench including the three small surrogate benchmarks and the option to install the FastDownward benchmark.
37
+
This command installs the base version of DACBench including the three small surrogate benchmarks.
38
38
For any other benchmark, you may use a singularity container as provided by us (see next section) or install it as an additional dependency. As an example,
39
39
to install the SGDBenchmark, run:
40
40
41
41
```
42
42
uv pip install dacbench[sgd]
43
43
```
44
44
45
-
To use FastDownward, you first need to build the solver itself. We recommend using
0 commit comments