Published May 1, 2025 | Version v1.1
Software Open

Experiments for 'Policy Verification in Stochastic Dynamical Systems Using Logarithmic Neural Certificates'

  • 1. Radboud University
  • 2. ROR icon Lund University
  • 3. ROR icon Ruhr University Bochum

Description

This artifact accompanies the CAV 2025 paper with the title 'Policy Verification in Stochastic Dynamical Systems Using Logarithmic Neural Certificates'. The zip file in the repository contains two Docker containers, one compatible with AMD/X86 and the other with ARM. After unzipping the main file, the containers can be loaded with:

docker load -i cav25_lograsm.tar (X86/AMD version)
docker load -i cav25_lograsm-arm.tar (ARM version)

Loading this Docker container can take several minutes. Note that only the AMD/X86 version is compatible with CUDA and can be used to run the code on GPU. For more details and installation instructions, we refer to the ReadMe.

Alternatively, you can pull the containers from Dockerhub:

docker pull thombadings/lograsm:v1 (X86/AMD version)
docker pull thombadings/lograsm:v1-arm (ARM version)

Depending on your permissions, you may need to run this command with sudo. Please refer to the ReadMe for more information.

The source code of the docker container is available on GitHub: https://github.com/LAVA-LAB/lograsm.

Files

cav25_lograsm.zip

Files (10.8 GB)

Name Size Download all
md5:1b4a87be21f36b2f75fe40957fcd4226
10.8 GB Preview Download
md5:4fe869ee987a340198fb0d54c55c47f1
35.1 kB Download
md5:dfffb3aa34cd61de72c1327fe1e5b774
29.2 kB Preview Download

Additional details

Software

Repository URL
https://github.com/LAVA-LAB/logRASM
Programming language
Python