ver Jan31stv7
fixed an error in thunderbird evaluation
This commit is contained in:
@@ -68,7 +68,7 @@
|
|||||||
"expected": {
|
"expected": {
|
||||||
"type": "rule",
|
"type": "rule",
|
||||||
"rules": {
|
"rules": {
|
||||||
"unexpect": {
|
"expect": {
|
||||||
"mail.identity.id1.auto_quote": {
|
"mail.identity.id1.auto_quote": {
|
||||||
"method": "eq",
|
"method": "eq",
|
||||||
"ref": false
|
"ref": false
|
||||||
|
|||||||
2
main.py
2
main.py
@@ -47,7 +47,7 @@ def human_agent():
|
|||||||
Runs the Gym environment with human input.
|
Runs the Gym environment with human input.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
with open("evaluation_examples/examples/libreoffice_calc/4f07fbe9-70de-4927-a4d5-bb28bc12c52c.json", "r") as f:
|
with open("evaluation_examples/examples/thunderbird/030eeff7-b492-4218-b312-701ec99ee0cc.json", "r") as f:
|
||||||
example = json.load(f)
|
example = json.load(f)
|
||||||
example["snapshot"] = "Snapshot 30"
|
example["snapshot"] = "Snapshot 30"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user