mirror of https://github.com/inclusionAI/AReaL
36 lines
974 B
YAML
36 lines
974 B
YAML
# Table of contents
|
|
# Learn more at https://jupyterbook.org/customize/toc.html
|
|
|
|
format: jb-book
|
|
root: intro
|
|
parts:
|
|
- caption: Tutorial
|
|
chapters:
|
|
- file: tutorial/installation
|
|
- file: tutorial/quickstart
|
|
- file: tutorial/eval
|
|
- file: tutorial/troubleshooting
|
|
- caption: Customization
|
|
chapters:
|
|
- file: customization/dataset
|
|
- file: customization/agent
|
|
- caption: Code Walkthrough
|
|
chapters:
|
|
- file: developer/overview
|
|
- file: developer/trainer
|
|
sections:
|
|
- file: developer/trainer/master_worker
|
|
- file: developer/trainer/model_worker
|
|
- file: developer/trainer/algo_interface
|
|
- file: developer/trainer/allocation_parallel
|
|
- file: developer/rollout
|
|
sections:
|
|
- file: developer/rollout/gserver
|
|
- file: developer/rollout/rollout_worker
|
|
- caption: References
|
|
chapters:
|
|
- file: references/benchmark
|
|
- caption: Contributing
|
|
chapters:
|
|
- file: contrib
|