| { |
| "spa": "2048", |
| "id": "get-512-tile", |
| "name": "Get 512 Tile", |
| "description": "Create a 512 tile in three moves", |
| "tier": "free", |
| "environment": "{\"type\": \"url\", \"path\": \"https://dojo-spas-production.s3.us-east-1.amazonaws.com/2048/index.html\"}", |
| "initial_state": "{\"board\": [64, 64, 0, 0, 64, 0, 64, 0, 64, 64, 0, 0, 64, 0, 0, 64], \"gameOver\": false, \"gameInitialized\": true}", |
| "instructions": "{\"user_prompt\": \"Create a 512 tile by combining 64-tiles to make 128-tiles, then combining those 128-tiles to make 256-tiles, and finally combining those 256-tiles to make a 512-tile. This requires three strategic moves.\", \"success_criteria\": \"The board must contain a 512-tile after completing the three moves.\"}", |
| "reward_function": "_validate_get_512_tile", |
| "valid_target_states": "", |
| "max_steps": 10, |
| "timeout_seconds": 60, |
| "metadata": "{\"category\": \"games\", \"difficulty\": \"medium\", \"action\": \"create_512\"}" |
| } |
|
|