forked from TorchTrade/torchtrade
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
114 lines (102 loc) · 3.07 KB
/
Copy pathmkdocs.yml
File metadata and controls
114 lines (102 loc) · 3.07 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
site_name: TorchTrade Documentation
site_description: Reinforcement learning environments for algorithmic trading
site_author: TorchTrade Team
site_url: https://torchtrade.github.io/torchtrade/
theme:
name: material
logo: images/torchtrade_white.png
features:
- navigation.tabs
- navigation.tracking
- navigation.sections
- navigation.top
- navigation.expand
- navigation.path
- navigation.footer
- search.suggest
- search.highlight
- content.tabs.link
- content.code.annotation
- content.code.copy
language: en
palette:
- scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to Light Mode
primary: black
accent: orange
- scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to Dark Mode
primary: grey
accent: orange
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/TorchTrade/torchtrade
name: TorchTrade on GitHub
- icon: fontawesome/brands/python
link: https://pypi.org/project/torchtrade/
name: TorchTrade on PyPI
markdown_extensions:
- admonition
- pymdownx.tasklist
- pymdownx.details
- pymdownx.snippets
- pymdownx.mark
- pymdownx.inlinehilite
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- footnotes
- tables
- pymdownx.arithmatex:
generic: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- toc:
permalink: true
plugins:
- search
repo_url: https://github.com/TorchTrade/torchtrade
repo_name: TorchTrade/torchtrade
edit_uri: edit/main/docs/
nav:
- Home: index.md
- Getting Started: getting-started.md
- Examples:
- Overview: examples/index.md
- Results: examples/results.md
- Environments:
- Offline Environments: environments/offline.md
- Visualization: environments/visualization.md
- Online Environments: environments/online.md
- Offline RL: environments/offline-rl.md
- Understanding the Sampler: guides/sampler.md
- Building Custom Environments: guides/custom-environment.md
- Components:
- Loss Functions: components/losses.md
- Transforms: components/transforms.md
- Actors: components/actors.md
- Advanced Customization:
- Feature Engineering: guides/custom-features.md
- Reward Functions: guides/reward-functions.md
- Performance Metrics: guides/metrics.md
copyright: © 2025 <a href="https://github.com/TorchTrade" target="_blank" rel="noopener">TorchTrade</a>
extra_css:
- stylesheets/extra.css
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js