forked from AgentTorch/AgentTorch
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yaml
More file actions
21 lines (20 loc) · 918 Bytes
/
mkdocs.yaml
File metadata and controls
21 lines (20 loc) · 918 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# mkdocs.yaml
# mkdocs configuration
site_name: AgentTorch
theme:
name: material
nav:
- 'index.md'
- 'install.md'
- 'architecture.md'
- 'contributing.md'
- Tutorials:
- 'Creating a Model': 'tutorials/creating-a-model/index.md'
- 'Using the Config API': 'tutorials/config_api/index.md'
- 'Customizing the Population': 'tutorials/processing-a-population/index.md'
- 'Prompting LLM as LPM agents': 'tutorials/configure-behavior/index.md'
- 'Gradient-based Calibration': 'tutorials/calibrating-a-model/index.md'
- 'From Simulation to Reality': 'tutorials/integrating-with-beckn/index.md'
- 'Benchmark: Modeling with Archetypes': 'tutorials/creating-archetypes/index.md'
- 'Benchmark: Sensitivity to Agent Behaviors': 'tutorials/compare-llm-performance/index.md'
- 'Differentiable Discrete Sampling': 'tutorials/differentiable-discrete-sampling/index.md'