Skip to content

Commit

Permalink
RC7
Browse files Browse the repository at this point in the history
  • Loading branch information
gasse committed Mar 25, 2024
1 parent 3b8ccdd commit 8797c0c
Show file tree
Hide file tree
Showing 19 changed files with 3,649 additions and 66,935 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
browsergym-core==0.1.0rc6
browsergym-core==0.1.0rc7
english-words>=2.0.1
numpy>=1.14
requests>=2.31
Expand Down
8 changes: 6 additions & 2 deletions src/browsergym/workarena/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.1.0rc6"
__version__ = "0.1.0rc7"

from browsergym.core.registration import register_task

Expand All @@ -18,4 +18,8 @@

# register the WorkArena benchmark
for task in ALL_WORKARENA_TASKS:
register_task(task.get_task_id(), task)
register_task(
task.get_task_id(),
task,
kwargs={"viewport": {"width": 1280, "height": 720}, "timeout": 10000},
)
Original file line number Diff line number Diff line change
@@ -1 +1,34 @@
["model.display_name", "model_category", "asset_tag", "substatus", "asset_function", "install_status", "sys_class_name", "assigned_to", "serial_number", "location"]
[
"model.display_name",
"model_category",
"asset_tag",
"substatus",
"asset_function",
"install_status",
"sys_class_name",
"assigned_to",
"serial_number",
"location",
"vendor",
"assigned",
"company",
"cost",
"department",
"display_name",
"model",
"sys_updated_by",
"sys_updated_on",
"sys_mod_count",
"retirement_date",
"retired",
"residual",
"quantity",
"purchase_date",
"po_number",
"order_date",
"delivery_date",
"managed_by",
"invoice_number",
"cost_center",
"warranty_expiration"
]
Original file line number Diff line number Diff line change
@@ -1 +1,48 @@
["requested_by", "type", "sys_created_on", "end_date", "assignment_group", "assigned_to", "risk", "start_date", "state", "number", "short_description", "chg_model"]
[
"number",
"short_description",
"chg_model",
"type",
"state",
"risk",
"start_date",
"end_date",
"requested_by",
"assignment_group",
"assigned_to",
"sys_created_on",
"active",
"work_end",
"work_start",
"approval",
"approval_history",
"approval_set",
"backout_plan",
"category",
"change_plan",
"close_code",
"close_notes",
"closed_at",
"closed_by",
"cmdb_ci",
"conflict_last_run",
"conflict_status",
"contact_type",
"sys_created_by",
"delivery_plan",
"delivery_task",
"description",
"task_effective_number",
"escalation",
"impact",
"implementation_plan",
"justification",
"knowledge",
"made_sla",
"opened_at",
"opened_by",
"phase",
"phase_state",
"priority",
"reassignment_count"
]
Original file line number Diff line number Diff line change
@@ -1 +1,53 @@
["display_name", "model_category", "asset_tag", "serial_number", "assigned_to", "company", "install_status", "substatus", "cost", "ci", "asset_function"]
[
"display_name",
"model_category",
"asset_tag",
"serial_number",
"assigned_to",
"company",
"install_status",
"substatus",
"cost",
"ci",
"asset_function",
"acquisition_method",
"active_to",
"assigned",
"beneficiary",
"checked_in",
"checked_out",
"sys_class_name",
"comments",
"cost_center",
"sys_created_on",
"sys_created_by",
"department",
"due",
"due_in",
"eligible_for_refresh",
"expenditure_type",
"install_date",
"invoice_number",
"justification",
"lease_id",
"location",
"managed_by",
"model",
"delivery_date",
"order_date",
"owned_by",
"po_number",
"purchase_date",
"quantity",
"request_line",
"retirement_date",
"skip_sync",
"stockroom",
"support_group",
"supported_by",
"sys_updated_on",
"sys_updated_by",
"sys_mod_count",
"vendor",
"warranty_expiration"
]
Original file line number Diff line number Diff line change
@@ -1 +1,28 @@
["number", "caller_id", "category", "cmdb_ci", "priority", "state", "short_description", "assignment_group", "assigned_to", "child_incidents"]
[
"number",
"caller_id",
"category",
"cmdb_ci",
"priority",
"state",
"short_description",
"assignment_group",
"assigned_to",
"child_incidents",
"active",
"activity_due",
"business_duration",
"business_stc",
"closed_at",
"closed_by",
"company",
"sys_created_on",
"sys_created_on",
"description",
"calendar_duration",
"task_effective_number",
"escalation",
"impact",
"incident_state",
"location"
]
Original file line number Diff line number Diff line change
@@ -1 +1,29 @@
["name", "short_description", "active", "roles", "sc_catalogs", "category", "price", "type", "sys_updated_on"]
[
"name",
"short_description",
"active",
"roles",
"sc_catalogs",
"category",
"price",
"type",
"sys_updated_on",
"access_type",
"sys_scope",
"availability",
"sys_class_name",
"mobile_picture_type",
"sys_created_on",
"sys_created_by",
"delivery_time",
"sys_name",
"description",
"delivery_plan",
"fulfillment_automation_level",
"flow_designer_flow",
"no_cart_v2",
"no_wishlist_v2",
"no_attachment_v2",
"hide_sp",
"no_quantity_v2"
]
Loading

0 comments on commit 8797c0c

Please # to comment.