Nihar-776/Hackathon-MetaPytorch
0
1tasks:2 - id: task1_single_typo3 description: >4 Easy — one character-level typo in a string field.5 The agent must identify and fix a single corrupted field.6 difficulty: easy7 corruption_types: ["typo"]8 num_corruptions: 19 max_steps: 510 success_threshold: 0.8011 12 - id: task2_multi_corrupt13 description: >14 Medium — three fields corrupted using null, format, and numeric strategies.15 The agent must handle missing values, date reformatting, and salary parsing.16 difficulty: medium17 corruption_types: ["null", "format", "numeric"]18 num_corruptions: 319 max_steps: 1020 success_threshold: 0.7021 22 - id: task3_full_adversarial23 description: >24 Hard — up to five fields corrupted using all five strategies simultaneously.25 The agent faces typos, nulls, format errors, swapped values, and numeric noise.26 difficulty: hard27 corruption_types: ["typo", "null", "format", "swap", "numeric"]28 num_corruptions: 529 max_steps: 1530 success_threshold: 0.60