当我使用规划器运行我的问题文件时,我不断收到“未声明的要求:键入”错误,即使我已经在我的域文件中声明了它
我的域文件中的要求:
(:requirements :typing :types :durative-actions :fluents :numeric-fluents)
(:types patient surgeon rooms speciality injury)
在我的问题文件中:
(define (problem surgery)
(:domain emergency_room)
(:objects
patient1 patient2 patient3 - patient
surgeon1 surgeon2 surgeon3 - surgeon
trauma dental cardio - speciality
heart tooth accident - injury)