dojo-bench-mini / tasks /2048 /get-128-tile.json
alexfung-cl's picture
Sync tasks, rewards to main
35fff71 verified
{
"spa": "2048",
"id": "get-128-tile",
"name": "Get 128 Tile",
"description": "Create a 128 tile in one move",
"tier": "free",
"environment": "{\"type\": \"url\",\"path\": \"https://d3lutilach12pf.cloudfront.net/index.html\"}",
"initial_state": "{\"board\": [0, 0, 0, 0, 0, 64, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0], \"gameOver\": false, \"gameInitialized\": true}",
"instructions": "{\"user_prompt\": \"Create a 128 tile by combining the two 64-tiles in the middle column. Make the move that will merge them together.\", \"success_criteria\": \"The board must contain a 128-tile after the move.\"}",
"reward_function": "_validate_get_128_tile",
"valid_target_states": "",
"max_steps": 2,
"timeout_seconds": 60,
"metadata": "{\"category\": \"games\", \"difficulty\": \"easy\", \"action\": \"create_128\"}"
}