Skip to content

Commit

Permalink
Merge pull request #199 from AI-Planning/locm-fixes
Browse files Browse the repository at this point in the history
More in depth debugging.
  • Loading branch information
haz authored Jun 23, 2023
2 parents 57ec53d + fe5a207 commit 185db11
Show file tree
Hide file tree
Showing 4 changed files with 203 additions and 151 deletions.
2 changes: 1 addition & 1 deletion macq/extract/learned_fluent.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def __hash__(self):
return hash(self.details())

def __str__(self):
return self.details()
return self.details() + f" {self.param_act_inds}"

def __repr__(self):
return self.details()
Expand Down
Loading

0 comments on commit 185db11

Please sign in to comment.