Skip to content
#

automated-planning

Here are 9 public repositories matching this topic...

Graphplan is an automated planning algorithm that takes as input a planning problem expressed in STRIPS and produces, if one is possible, a sequence of operations for reaching a goal state. I have implemented it here, alongside a few problem examples.

  • Updated Nov 30, 2020
  • Java

Automated planning made with pddl, PDDL4J and planutils to tackle an emergency services logistics problem where the robotic agents must deliver some goods (food, medicine, tools) to people in need using a carrier and some boxes, and have to come up with the optimal plan. The strategy uses A-star search with a domain-specific heuristic

  • Updated Nov 3, 2024
  • Java

This extension aims to allow agent-based models to account for norms. During plan generation, agents must be able to represent and reason about norms. The end-goal is to be able to describe a planning problem with norms endowed by its organizations through the various roles that the agent must fulfill, and see how it affects its plans.

  • Updated Aug 23, 2024
  • Java

Improve this page

Add a description, image, and links to the automated-planning topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the automated-planning topic, visit your repo's landing page and select "manage topics."

Learn more