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.
Playing games locally with the engine vs online via the API
from arc_agi import Arcade, OperationMode arc = Arcade(operation_mode=OperationMode.OFFLINE) env = arc.make("ls20", render_mode="terminal")
from arc_agi import Arcade, OperationMode arc = Arcade(operation_mode=OperationMode.ONLINE) env = arc.make("ls20", render_mode="terminal")
Was this page helpful?