Skip to content

Commit 2182f90

Browse files
committed
ABZ 2025 case study results.
Docker container still lacks the tar file due to GitHub file size limitations!
1 parent e5307a0 commit 2182f90

File tree

123 files changed

+1098425
-77
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

123 files changed

+1098425
-77
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "abz2025_casestudy_autonomous_driving"]
2+
path = abz2025_casestudy_autonomous_driving
3+
url = https://gitlab.kit.edu/paul.teuber/abz2025_casestudy_autonomous_driving.git

README.md

Lines changed: 23 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -1,93 +1,39 @@
1-
# ABZ2025 Case Study
1+
# How to run
22

3+
The docker image can be built directly or downloaded online.
34

5+
## Building the image (Option 1)
46

5-
## Getting started
7+
Go in docker/ and run
8+
`docker build -t abz .`
69

7-
To make it easy for you to get started with GitLab, here's a list of recommended next steps.
8-
9-
Already a pro? Just edit this README.md and make it your own. Want to make it easy? [Use the template at the bottom](#editing-this-readme)!
10-
11-
## Add your files
12-
13-
- [ ] [Create](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#create-a-file) or [upload](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#upload-a-file) files
14-
- [ ] [Add files using the command line](https://docs.gitlab.com/ee/gitlab-basics/add-file.html#add-a-file-using-the-command-line) or push an existing Git repository with the following command:
10+
## Downloading the image (Option 2)
1511

12+
The image (x86) can be accessed on github and downloaded like so:
1613
```
17-
cd existing_repo
18-
git remote add origin https://gitlab.kit.edu/enguerrand.prebet/abz2025-case-study.git
19-
git branch -M main
20-
git push -uf origin main
14+
docker pull ghcr.io/ls-lab/drl-abz25
15+
docker tag ghcr.io/ls-lab/drl-abz25 abz
2116
```
2217

23-
## Integrate with your tools
24-
25-
- [ ] [Set up project integrations](https://gitlab.kit.edu/enguerrand.prebet/abz2025-case-study/-/settings/integrations)
26-
27-
## Collaborate with your team
28-
29-
- [ ] [Invite team members and collaborators](https://docs.gitlab.com/ee/user/project/members/)
30-
- [ ] [Create a new merge request](https://docs.gitlab.com/ee/user/project/merge_requests/creating_merge_requests.html)
31-
- [ ] [Automatically close issues from merge requests](https://docs.gitlab.com/ee/user/project/issues/managing_issues.html#closing-issues-automatically)
32-
- [ ] [Enable merge request approvals](https://docs.gitlab.com/ee/user/project/merge_requests/approvals/)
33-
- [ ] [Set auto-merge](https://docs.gitlab.com/ee/user/project/merge_requests/merge_when_pipeline_succeeds.html)
34-
35-
## Test and Deploy
36-
37-
Use the built-in continuous integration in GitLab.
38-
39-
- [ ] [Get started with GitLab CI/CD](https://docs.gitlab.com/ee/ci/quick_start/index.html)
40-
- [ ] [Analyze your code for known vulnerabilities with Static Application Security Testing (SAST)](https://docs.gitlab.com/ee/user/application_security/sast/)
41-
- [ ] [Deploy to Kubernetes, Amazon EC2, or Amazon ECS using Auto Deploy](https://docs.gitlab.com/ee/topics/autodevops/requirements.html)
42-
- [ ] [Use pull-based deployments for improved Kubernetes management](https://docs.gitlab.com/ee/user/clusters/agent/)
43-
- [ ] [Set up protected environments](https://docs.gitlab.com/ee/ci/environments/protected_environments.html)
44-
45-
***
46-
47-
# Editing this README
48-
49-
When you're ready to make this README your own, just edit this file and use the handy template below (or feel free to structure it however you want - this is just a starting point!). Thanks to [makeareadme.com](https://www.makeareadme.com/) for this template.
50-
51-
## Suggestions for a good README
52-
53-
Every project is different, so consider which of these sections apply to yours. The sections used in the template are suggestions for most open source projects. Also keep in mind that while a README can be too long and detailed, too long is better than too short. If you think your README is too long, consider utilizing another form of documentation rather than cutting out information.
54-
55-
## Name
56-
Choose a self-explaining name for your project.
57-
58-
## Description
59-
Let people know what your project can do specifically. Provide context and add a link to any reference visitors might be unfamiliar with. A list of Features or a Background subsection can also be added here. If there are alternatives to your project, this is a good place to list differentiating factors.
60-
61-
## Badges
62-
On some READMEs, you may see small images that convey metadata, such as whether or not all the tests are passing for the project. You can use Shields to add some to your README. Many services also have instructions for adding a badge.
63-
64-
## Visuals
65-
Depending on what you are making, it can be a good idea to include screenshots or even a video (you'll frequently see GIFs rather than actual videos). Tools like ttygif can help, but check out Asciinema for a more sophisticated method.
66-
67-
## Installation
68-
Within a particular ecosystem, there may be a common way of installing things, such as using Yarn, NuGet, or Homebrew. However, consider the possibility that whoever is reading your README is a novice and would like more guidance. Listing specific steps helps remove ambiguity and gets people to using your project as quickly as possible. If it only runs in a specific context like a particular programming language version or operating system or has dependencies that have to be installed manually, also add a Requirements subsection.
69-
70-
## Usage
71-
Use examples liberally, and show the expected output if you can. It's helpful to have inline the smallest example of usage that you can demonstrate, while providing links to more sophisticated examples if they are too long to reasonably include in the README.
18+
## Setting up
7219

73-
## Support
74-
Tell people where they can go to for help. It can be any combination of an issue tracker, a chat room, an email address, etc.
20+
First run `docker/docker-setup.sh`
21+
This require the wolfram engine free licence.
22+
[https://wolfram.com/developer-license](https://wolfram.com/developer-license)
7523

76-
## Roadmap
77-
If you have ideas for releases in the future, it is a good idea to list them in the README.
24+
## KeYmaera X proofs
7825

79-
## Contributing
80-
State if you are open to contributions and what your requirements are for accepting them.
26+
All KeYmaera X proofs can be ran by `docker/docker-proofs.sh`
8127

82-
For people who want to make changes to your project, it's helpful to have some documentation on how to get started. Perhaps there is a script that they should run or some environment variables that they need to set. Make these steps explicit. These instructions could also be useful to your future self.
28+
## Versaille verification
8329

84-
You can also document commands to lint the code or run tests. These steps help to ensure high code quality and reduce the likelihood that the changes inadvertently break something. Having instructions for running tests is especially helpful if it requires external setup, such as starting a Selenium server for testing in a browser.
30+
The verification of the neural network can be done by `docker/docker-nnv.sh`
8531

86-
## Authors and acknowledgment
87-
Show your appreciation to those who have contributed to the project.
32+
Caution: verification may **last several hours**
8833

89-
## License
90-
For open source projects, say how it is licensed.
34+
### Analysis of results
35+
By default, docker saves the verification results inside the Docker container.
36+
To move the files to the host, [you need to copy them while the container is still running](https://stackoverflow.com/questions/22049212/copying-files-from-docker-container-to-host).
9137

92-
## Project status
93-
If you have run out of energy or time for your project, put a note at the top of the README saying that development has slowed down or stopped completely. Someone may choose to fork your project or volunteer to step in as a maintainer or owner, allowing your project to keep going. You can also make an explicit request for maintainers.
38+
The repository also contains the previous verification results.
39+
These can be inspected as explained [here](versaille/README.md)
Submodule abz2025_casestudy_autonomous_driving added at ea163bd

benchmark.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Results
2+
3+
## Line1-UnSync-Back-Versaille_STEP*.kyx
4+
5+
PROVED ABZ/Versaille/UnSync TT - Back - Versaille_STEP0: tactic=Proofscript,tacticsize=53,budget=Duration.Inf,duration=2902[ms],qe=863[ms],rcf=0,steps=158
6+
PROVED ABZ/Versaille/UnSync TT - Back - Versaille_STEP1: tactic=Proofscript,tacticsize=39,budget=Duration.Inf,duration=27361[ms],qe=22032[ms],rcf=0,steps=4003
7+
PROVED ABZ/Versaille/UnSync TT - Back - Versaille_STEP2: tactic=Proofscript,tacticsize=159,budget=Duration.Inf,duration=60570[ms],qe=47383[ms],rcf=0,steps=7204
8+
PROVED ABZ/Versaille/UnSync TT - Back - Versaille_STEP3: tactic=Proofscript,tacticsize=75,budget=Duration.Inf,duration=13803[ms],qe=255[ms],rcf=0,steps=537
9+
10+
Cumulative: tacticsize=326,duration=104634[ms],qe=70533[ms],steps=11902
11+
12+
## ABZ_final.kyx
13+
14+
PROVED ABZ/safeBackT invariant: tactic=Proof,tacticsize=48,budget=Duration.Inf,duration=21362[ms],qe=10648[ms],rcf=0,steps=15378
15+
PROVED ABZ/safeFrontT invariant: tactic=New proof,tacticsize=97,budget=Duration.Inf,duration=14471[ms],qe=9858[ms],rcf=0,steps=17456
16+
PROVED ABZ/Safety - Back: tactic=Proof,tacticsize=84,budget=Duration.Inf,duration=14701[ms],qe=8241[ms],rcf=0,steps=21068
17+
PROVED ABZ/Safety - Front: tactic=Proof,tacticsize=110,budget=Duration.Inf,duration=16407[ms],qe=6865[ms],rcf=0,steps=25689
18+
19+
## refinementCtrl.kyx
20+
21+
PROVED Simple random merge: tactic=Simple_random_merge_2025-02-12_18-13-51,tacticsize=9,budget=Duration.Inf,duration=45[ms],qe=0[ms],rcf=0,steps=35
22+
PROVED ABZ/Refinement Controller: tactic=New Proof,tacticsize=143,budget=Duration.Inf,duration=4093[ms],qe=1875[ms],rcf=0,steps=2446
23+
PROVED ABZ/Refinement NN variables: tactic=Refinement NN variables: Proof,tacticsize=78,budget=Duration.Inf,duration=1709[ms],qe=0[ms],rcf=0,steps=1007
24+
PROVED ABZ/Refinement modelNN: tactic=ABZ/Refinement modelNN: Proof,tacticsize=10,budget=Duration.Inf,duration=1167[ms],qe=0[ms],rcf=0,steps=3716
25+
PROVED ABZ/Safety Back - NN: tactic=Safety Back - NN: Proof,tacticsize=8,budget=Duration.Inf,duration=1249[ms],qe=0[ms],rcf=0,steps=3874
26+
steps=24942 (when adding ABZ/Safety - Back)
27+

0 commit comments

Comments
 (0)