forked from flatland-association/flatland-book
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_toc.yml
More file actions
executable file
·96 lines (84 loc) · 2.8 KB
/
_toc.yml
File metadata and controls
executable file
·96 lines (84 loc) · 2.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
format: jb-book
root: intro
defaults:
numbered: false
parts:
## GETTING STARTED
- caption: Getting started
chapters:
- file: getting-started/installation
- file: getting-started/The_Rail_Environment
- file: getting-started/why-flatland
## KEY CONCEPTS
- caption: Key concepts
chapters:
- file: key-concepts/key_concepts
## ENVIRONMENT
- caption: Environment
chapters:
- file: environment/environment_information
sections:
- file: environment/environment/transitions
- file: environment/environment/actions
- file: environment/environment/rewards
- file: environment/environment/agent
- file: environment/environment/stochasticity
- file: environment/environment/speed_profiles
- file: environment/environment/Agent-Close-Following
- file: environment/environment/graph_demo
- file: environment/scenario_generation
- file: environment/observation_builder
sections:
- file: environment/observation_builder/provided_observations
- file: environment/observation_builder/custom_observations
- file: environment/integrations
- file: environment/evaluation
- file: environment/scenarios
## TUTORIALS
- caption: Tutorials
chapters:
- file: tutorials/sequential-agent
- file: tutorials/or
- file: tutorials/rl
sections:
- file: tutorials/rl/rllib_demo
- file: tutorials/rl/pettingzoo_demo
## CHALLENGES
- caption: Challenges
chapters:
- file: challenges/flatland-benchmarks
- file: challenges/flatland3
sections:
- file: challenges/flatland3/first-submission
- file: challenges/flatland3/eval
- file: challenges/flatland3/flatland-3-migration-guide
- file: challenges/flatland3/test-submissions-local
- file: challenges/flatland3/envconfig
- file: challenges/amld2021
sections:
- file: challenges/amld2021/first-submission
- file: challenges/amld2021/eval
- file: challenges/amld2021/envconfig
- file: challenges/neurips2020-challenge
sections:
- file: challenges/neurips2020/first-submission
- file: challenges/neurips2020/eval
- file: challenges/neurips2020/envconfig
- file: challenges/neurips2020/faq
- file: challenges/top-challenge-solutions
## RESOURCES
- caption: Resources
chapters:
- file: resources/bibliography
- file: resources/youtube
- file: resources/community-projects
## APIDOC
- caption: APIDOC
chapters:
- file: apidocs/index
## MISC
- caption: Misc
chapters:
- file: misc/external-resources
- file: misc/contributing
- file: misc/credits