The implementation of the NeSy-RL system EXPIL.
pip install -r requirements.txt
build a docker
docker build -t expil_docker .
run the docker
docker run --gpus all -it -v path/to/storage:/EXPIL/storage --rm expil_docker
See this Readme in folder EXPIL/expil