abcorrea / powerlifted

Powerlifted Planner
GNU General Public License v3.0
28 stars 12 forks source link

Fix action effect rule costs #54

Closed ryanxwang closed 2 months ago

ryanxwang commented 2 months ago

In the ICAPS21 and AAAI22 paper, action effect rules are defined to have a cost of 0, which doesn't match up with the current code. This shouldn't actually matter, since the action predicate removal transformation sets rule weights correctly, and this transformation is always applied. It's still nice to fix it though.

abcorrea commented 2 months ago

Change looks good to me. Thanks for taking care of it, @ryanxwang!