Skip to content

Commit 49d74ed

Browse files
author
Issa Hanou
committed
fixed supervision yml
1 parent 701e501 commit 49d74ed

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

_data/supervision.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,20 +55,24 @@
5555
- forgetting
5656
- refactoring
5757
- program synthesis
58-
abstract: "Automated Planning, also known as Artificial Intelligence (AI) planning is a branch of AI focused on automated decision-making and scheduling. A subproblem within AI Planning is domain-independent planning, where we want to develop methods that are generalizable for solving planning problems in many domains. A popular modelling language for domain-independent planning is PDDL. In PDDL, we model our problems as having some start state and some goal state; these states are defined by the truth-values of a set of defined predicates applied to a set of objects with corresponding types. In this work, we explore the concept of dynamic macro-actions for PDDL, which are macro-actions whose utility are re-evaluated as we solve more problems, and does not require prior training. We find that dynamic macro-actions are a promising method, showing average improvements in the number of nodes explored in the search space of up to 84\% depending on the domain."
58+
abstract: "Automated Planning, also known as Artificial Intelligence (AI) planning is a branch of AI focused on automated decision-making and scheduling. A subproblem within AI Planning is domain-independent planning, where we want to develop methods that are generalizable for solving planning problems in many domains. A popular modelling language for domain-independent planning is PDDL. In PDDL, we model our problems as having some start state and some goal state; these states are defined by the truth-values of a set of defined predicates applied to a set of objects with corresponding types. In this work, we explore the concept of dynamic macro-actions for PDDL, which are macro-actions whose utility are re-evaluated as we solve more problems, and does not require prior training. We find that dynamic macro-actions are a promising method, showing average improvements in the number of nodes explored in the search space of up to 84% depending on the domain."
5959
- topic: "Replanning in advance for train scheduling"
6060
name: Eric Kemmeren
6161
type: MSc theses
6262
id: Kemmeren2025
6363
status: inprogress
6464
start: 2025-01-16
65+
end: 2025-09-09
6566
year: 2025
6667
post_name: False
6768
keywords:
6869
- replanning
6970
- AI planning
7071
- train dispatching
7172
- ProRail
73+
- flexibility
74+
- any-start-time planning
75+
- safe interval path planning
7276
- topic: "Landmarks in planning"
7377
cosupervisors: Sebastijan Dumancic
7478
type: BSc theses

0 commit comments

Comments
 (0)