| { |
| "spa": "2048", |
| "id": "make-first-move", |
| "name": "Make First Move", |
| "description": "Make any valid move from the initial board state", |
| "tier": "free", |
| "environment": "{\"type\": \"url\",\"path\": \"https://d3lutilach12pf.cloudfront.net/index.html\"}", |
| "initial_state": "{\"board\": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], \"gameOver\": false, \"gameInitialized\": true}", |
| "instructions": "{\"user_prompt\": \"Make any valid move in the 2048 game. Use the arrow keys to move tiles in any direction (up, down, left, or right).\", \"success_criteria\": \"The board must change from its initial state after making a move.\"}", |
| "reward_function": "_validate_2048_make_first_move", |
| "valid_target_states": "", |
| "max_steps": 5, |
| "timeout_seconds": 30, |
| "metadata": "{\"category\": \"games\", \"difficulty\": \"easy\", \"action\": \"first_move\"}" |
| } |
|
|