| { |
| "spa": "2048", |
| "id": "get-256-tile", |
| "name": "Get 256 Tile", |
| "description": "Create a 256 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\": [0, 0, 32, 32, 0, 0, 32, 32, 0, 32, 0, 32, 0, 0, 32, 32], \"gameOver\": false, \"gameInitialized\": true}", |
| "instructions": "{\"user_prompt\": \"Create a 256 tile by combining 32-tiles to make 64-tiles, then combining those 64-tiles to make 128-tiles, and finally combining those 128-tiles to make a 256-tile. This requires three strategic moves.\", \"success_criteria\": \"The board must contain a 256-tile after completing the three moves.\"}", |
| "reward_function": "_validate_get_256_tile", |
| "valid_target_states": "", |
| "max_steps": 10, |
| "timeout_seconds": 60, |
| "metadata": "{\"category\": \"games\", \"difficulty\": \"medium\", \"action\": \"create_256\"}" |
| } |
|
|