| { |
| "spa": "2048", |
| "id": "get-32-tile", |
| "name": "Get 32 Tile", |
| "description": "Combine two 16-tiles to create a 32-tile", |
| "tier": "free", |
| "environment": "{\"type\": \"url\", \"path\": \"https://dojo-spas-production.s3.us-east-1.amazonaws.com/2048/index.html\"}", |
| "initial_state": "{\"board\": [0, 0, 0, 0, 0, 16, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0], \"gameOver\": false, \"gameInitialized\": true}", |
| "instructions": "{\"user_prompt\": \"Combine the two 16-tiles in the middle row to create a 32-tile. Move the tiles so they merge together.\", \"success_criteria\": \"The board must contain a 32-tile after the move.\"}", |
| "reward_function": "_validate_get_32_tile", |
| "valid_target_states": "", |
| "max_steps": 3, |
| "timeout_seconds": 30, |
| "metadata": "{\"category\": \"games\", \"difficulty\": \"easy\", \"action\": \"create_32\"}" |
| } |
|
|