-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
80 lines (80 loc) · 2 KB
/
mkdocs.yml
File metadata and controls
80 lines (80 loc) · 2 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
site_name: "Hello, World!"
site_description: World Models 논문 리뷰 및 스터디 자료
site_url: ''
repo_url: https://github.com/Pseudo-Lab/hello-world-models
repo_name: Pseudo-Lab/hello-world-models
edit_uri: edit/main/docs/
theme:
name: material
language: ko
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.sections
- navigation.expand
- navigation.top
- toc.follow
- search.highlight
- search.suggest
- content.code.copy
custom_dir: overrides
plugins:
- search
- glightbox:
zoomable: true
draggable: false
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.arithmatex:
generic: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.tabbed:
alternate_style: true
- attr_list
- md_in_html
- tables
- toc:
permalink: true
extra_css:
- stylesheets/extra.css
extra_javascript:
- javascripts/mathjax.js
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js
nav:
- Home: index.md
- Latent World Models:
- World Models (2018): review/world-models.md
- PlaNet (2019): review/planet.md
- Dreamer (2020): review/dreamer.md
- MuZero (2020): review/muzero.md
- DreamerV2 (2021): review/dreamer-v2.md
- DreamerV3 (2023): review/dreamer-v3.md
- Sequence-Based World Models:
- Decision Transformer (2021): review/decision-transformer.md
- Trajectory Transformer (2021): review/trajectory-transformer.md
- Predictive World Models:
- CPC (2018): review/CPC.md
- V-JEPA (2023): review/v-jepa.md
- V-JEPA 2 (2025): review/v-jepa-2.md
- Generative World Models:
- Genie (2024): review/genie.md
- Cosmos (2025): review/cosmos.md