Overview
Each ARC-AGI game has its own set of available actions. Before interacting with a game, you can check which actions are supported using theaction_space property.
Listing Actions for a Game
Once you’ve created an environment, useaction_space to see what actions are available:
Understanding Action Information
Each action in the list is aGameAction object. You can inspect its properties:
ACTION6) require additional data such as x,y coordinates when called.
Actions Update Each Step
The available actions can change as you play. After each step, checkaction_space for the current set of valid actions:

