File size: 1,107 Bytes
0f6850b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
# Quizbowl Agent Documentation
## Overview
This documentation helps you build effective quizbowl agents for tossup and bonus questions.
## Documentation Files
- **[Goals and Evaluation](./goals-and-evaluation)**: Objectives and metrics for your agents across different competition modes.
- **[Tossup Agent Guide](./tossup-agent-guide)**: Step-by-step guide to build tossup agents
- **[Bonus Agent Guide](./bonus-agent-guide)**: Step-by-step guide to build bonus agents
- **[Advanced Pipeline Examples](./advanced-pipeline-examples)**: Complex pipeline configurations with examples
- **[UI Reference](./ui-reference)**: Complete reference for the web interface
- **[Best Practices](./best-practices)**: Tips and strategies for optimal performance
## Getting Started
1. Read [Goals and Evaluation](./goals-and-evaluation) to understand success metrics
2. Follow [Tossup Agent Guide](./tossup-agent-guide) to build your first agent
3. Test and iterate using the validation steps
4. Submit your agent for evaluation
For questions, check the GitHub repository issues or contact the competition organizers. |