YuhaoZhan commited on
Commit
374f910
·
verified ·
1 Parent(s): 3623979

Refine PACE-Bench dataset card

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -36,7 +36,6 @@ source_datasets: []
36
  <summary>Mirror provenance</summary>
37
 
38
  - Source: [`src/pace_bench/tasks/categories`](https://github.com/thunlp/PACE-Bench/tree/main/src/pace_bench/tasks/categories)
39
- - Mirrored source commit: [`eeab7d6`](https://github.com/yuhao-zhan/PACE-Bench/commit/eeab7d6b5233468c10f8bb094fe77fb90575af74)
40
  - Included: 36 base tasks and `primitives_api.json`
41
  - Excluded: shared runtime, evaluation methods, generated results, caches, and local artifacts
42
 
@@ -44,7 +43,7 @@ source_datasets: []
44
 
45
  # PACE-Bench
46
 
47
- **PACE-Bench: Benchmarking Physics Adaptation via Code Evolution in Dynamic Environments** evaluates whether an agent can adapt an executable physical design after its environment changes.
48
 
49
  [![GitHub](https://img.shields.io/badge/GitHub-Code-181717?logo=github)](https://github.com/thunlp/PACE-Bench)
50
  [![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/thunlp/PACE-Bench/blob/main/LICENSE)
@@ -156,6 +155,7 @@ The GitHub checkout already contains the same task definitions. You do **not** n
156
  - **Language:** English prompts and diagnostic feedback
157
  - **Not covered:** 3D/deformable physics, full fluids, perception, navigation, and multi-agent coordination
158
  - **Execution safety:** run generated code on a dedicated evaluator host without unrelated credentials
 
159
 
160
  ## Issues and contributions
161
 
 
36
  <summary>Mirror provenance</summary>
37
 
38
  - Source: [`src/pace_bench/tasks/categories`](https://github.com/thunlp/PACE-Bench/tree/main/src/pace_bench/tasks/categories)
 
39
  - Included: 36 base tasks and `primitives_api.json`
40
  - Excluded: shared runtime, evaluation methods, generated results, caches, and local artifacts
41
 
 
43
 
44
  # PACE-Bench
45
 
46
+ Self-evolving agents improve future behavior from interaction experience, yet existing evaluations typically keep execution conditions fixed. **PACE-Bench** tests whether an agent can adapt a previously successful code-driven design after an environment shift causes it to fail.
47
 
48
  [![GitHub](https://img.shields.io/badge/GitHub-Code-181717?logo=github)](https://github.com/thunlp/PACE-Bench)
49
  [![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/thunlp/PACE-Bench/blob/main/LICENSE)
 
155
  - **Language:** English prompts and diagnostic feedback
156
  - **Not covered:** 3D/deformable physics, full fluids, perception, navigation, and multi-agent coordination
157
  - **Execution safety:** run generated code on a dedicated evaluator host without unrelated credentials
158
+ - **Version note:** these tasks include an additional difficulty-escalation pass beyond the paper version, so new scores may differ slightly while its conclusions remain unchanged
159
 
160
  ## Issues and contributions
161