Skip to content
Ryan Kepler Murphy edited this page Mar 5, 2025 · 2 revisions

Flatland Wiki

Flatland animation

Repository structure

  • πŸ“ asp which contains ASP encodings that can be used to handle path generation in Flatland
  • πŸ“ doc which contains thorough documentation about the framework
  • πŸ“ envs which contains pre-fabricated Flatland environments for development and testing
  • πŸ“ modules which contains scripts that assist in bridging the gap between Python and clingo
  • πŸ“ output which contains animated visualizations and performance statistics from generated paths
  • πŸ“ build.py which is used to build user-specified environments
  • πŸ“ solve.py which is used to ground and solve encodings, and produce an animated visualization of the resulting paths

Clone this wiki locally