ROSPlan
ROSPlan copied to clipboard
Extend RDDL expressions to handle >2 operands in reward function
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.