Tutorials Module 5

GAME Workspace

Run autonomous goal-driven AI sessions.

Missions

1. Launch An Autonomous Session

Create a GAME session with a goal and entry agent.

Start
2. Finish The Goal

Obtain a successful GAME session with a final_answer in the context.

Start

Lab Exercises

Practice exercises with AI evaluation — submit your answer and get personalised feedback.

1. Explain GAME With an Analogy Beginner

Explain the GAME loop using an analogy from everyday life. Do NOT use examples from the AI Hub documentation — create your own. Your analogy must map each lett…

Start
2. Troubleshoot: Infinite GAME Loop Intermediate

Your GAME agent is stuck. Every iteration returns: {"complete": false, "action": "search", "message": "Looking for more information..."} It has run 50 iteratio…

Start
3. Write a GAME Goal Intermediate

Write a `goal_text` string for a GAME agent that must: 1. Query the last 10 support tickets from the database 2. Identify the 3 most common issue types 3. Gene…

Start
← All Modules