Skip to content

Commit 7232521

Browse files
upd the readme
1 parent d62dbe8 commit 7232521

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ Artifact for paper "Chronosymbolic Learning: Efficient CHC Solving with Symbolic
55

66
- See `./examples` for examples on how our tool works
77

8-
## Requirement
8+
## Requirement (To set up our environment)
9+
Python (3.7.0 or higher, and anaconda recommended)
10+
911
Install packages in `requirements.txt`:
1012

1113
```
@@ -56,6 +58,9 @@ Then, prepare the dataset following the instruction in `data/` folder.
5658
- More options see `--help`
5759

5860
# To reproduce Chronosymbolic-single
61+
62+
Please refer to the configuration in `./experiment/result_summary.log`. The default config should also be decent. Even fixed random seeds can cause some minor randomness that may slightly affect the performance.
63+
5964
- `python test.py -f tests/safe -a -r -v -t 360 -o result/result_safe.log`
6065

6166
- `python test.py -f tests/unsafe -a -r -v -t 360 -o result/result_unsafe.log`
@@ -65,7 +70,7 @@ Then, prepare the dataset following the instruction in `data/` folder.
6570

6671
# To run the baselines
6772
## Spacer and GSpacer
68-
- Configure [z3-gspacer-branch](https://github.com/hgvk94/z3/tree/ggbranch)
73+
- Configure [z3-gspacer-branch](https://github.com/hgvk94/z3/tree/ggbranch), `chmod +x z3`
6974

7075
- Specify the path of z3 (with GSpacer) binary in `utils/run_spacer.py` and `utils/run_spacer_filtered.py`
7176

experiment/result_summary.log

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Chronosymbolic
2+
23
C5DT
34

45
--------- Hyperparameters ---------

0 commit comments

Comments
 (0)