Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 728 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 728 Bytes

ltl-zero-shot

This is the code repository for the paper "Encoding formulas as deep networks: Reinforcement learning for zero-shot execution of LTL formulas"

Requirements

Install

We recommend to run in a new virtual environment. Please installed the library listed above before proceeding. You can clone this repo and run pip install -r requirements.txt to get the dependencies.

Run

run_char.sh and run_craft.sh are the training scripts for the experiments. This will run for a long time as it also runs the test set every 100 formula updates.