forked from vwxyzjn/cleanrl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.insiders.yml
40 lines (40 loc) · 1006 Bytes
/
mkdocs.insiders.yml
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
INHERIT: mkdocs-base.yml
plugins:
- search
- meta
# - blog:
# post_url_date_format: yyyy
# post_url_format: "{slug}"
# # archive: false
# categories: false
# - tags
nav:
- Overview: index.md
- Get Started:
- get-started/installation.md
- get-started/basic-usage.md
- get-started/experiment-tracking.md
- get-started/examples.md
- get-started/benchmark-utility.md
- RL Algorithms:
- rl-algorithms/overview.md
- rl-algorithms/ppo.md
- rl-algorithms/dqn.md
- rl-algorithms/c51.md
- rl-algorithms/ddpg.md
- rl-algorithms/sac.md
- rl-algorithms/td3.md
- rl-algorithms/ppg.md
- rl-algorithms/ppo-rnd.md
- rl-algorithms/rpo.md
- Advanced:
- advanced/hyperparameter-tuning.md
- advanced/resume-training.md
- Community:
- contribution.md
- cleanrl-supported-papers-projects.md
- Cloud Integration:
- cloud/installation.md
- cloud/submit-experiments.md
# - Blog:
# - blog/index.md