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