Skip to content

FeignDeath/flatland-asp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

This repository is a collection of tools and encodings used to extract and solve instances from Flatland using Clingo. This repository contains tools for:

  • multiple encodings which solve a simple subdomain of flatland
  • bulk generation of flatland instances and corresponding factfiles for Clingo
  • bulk testing of encodings for generated instances
  • automated generation and testing of corner cases for different encodings
  • benchmarking tools, to evaluate different encodings, for different domains

Detailed explanations can be found in the folders.

  • encodings contains encodings I implemented for this project
  • testing contains tools for testing, evaluation
  • example.ipynb is an example of what I did, what steps I took, and how Flatland works

Installation

This is a suggested order, to set up the environment.

  • conda create env (python 3.11 as of now)
  • install clingo via forge
  • install numpy, matplotlib and pandas
  • pip flatland-rl

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published