Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
ARC-AGI REPL Python Example
import arc_agi from arcengine import GameAction arc = arc_agi.Arcade() env = arc.make("ls20", render_mode="terminal")
print(env.action_space) obs = env.step(GameAction.ACTION1) print(arc.get_scorecard())
Was this page helpful?