ROSPlan icon indicating copy to clipboard operation
ROSPlan copied to clipboard

Extend RDDL expressions to handle >2 operands in reward function

Open gerardcanal opened this issue 2 years ago • 0 comments

When I implemented the getExpression for connective clauses in the RDDL KB, there was an assumption operands would have only two elements (so I would handle the conversion to ExprBase in prefix notation later). This PR implements this.

gerardcanal avatar Dec 16 '22 21:12 gerardcanal