File size: 1,358 Bytes
2dc0af5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Iter22 Scratch Bundle

This folder contains the excluded scratch-state files for the `metric_iter22_*_pregrasp_repair` reruns.

It is intentionally separate from the main published result folders so the authoritative artifacts stay compact while the full recompute trace remains available.

## Layout

- `episode0/recompute/pregrasp_rows/`
  - One JSON row per dense frame from the resumable pregrasp rerun.
- `episode0/recompute/logs/`
  - Worker logs and rerun Xvfb logs for episode 0.
- `episode0/render/frames/`
  - Per-frame PNGs used to assemble the episode-0 GIF suite.
- `episode0/render/logs/`
  - Render Xvfb logs for episode 0.
- `episode1/recompute/pregrasp_rows/`
  - One JSON row per dense frame from the resumable pregrasp rerun.
- `episode1/recompute/logs/`
  - Worker logs and rerun Xvfb logs for episode 1.
- `episode1/render/frames/`
  - Per-frame PNGs used to assemble the episode-1 GIF suite.
- `episode1/render/logs/`
  - Render Xvfb logs for episode 1.
- `runtime_cache/code/`
  - Python bytecode caches copied from the local working tree at upload time.

## Notes

- These files are debugging and reproducibility byproducts, not the primary benchmark outputs.
- The authoritative benchmark artifacts remain under:
  - `artifacts/results/metric_iter22_ep0_pregrasp_repair/`
  - `artifacts/results/metric_iter22_ep1_pregrasp_repair/`