feat: Add more automation to `HammerAgent`
This commit is contained in:
parent
97f22ed67a
commit
104d2451b1
|
@ -11,6 +11,8 @@ class HammerAgent(Agent):
|
|||
self.goal_tactic_id_map = collections.defaultdict(lambda : 0)
|
||||
self.tactics = [
|
||||
"aesop",
|
||||
"simp",
|
||||
"linarith",
|
||||
]
|
||||
|
||||
def next_tactic(
|
||||
|
|
Loading…
Reference in New Issue