Edwin Salguero
commited on
Commit
·
172f6cb
1
Parent(s):
674ec58
Add Hugging Face YAML metadata block to README for repo card display
Browse files
README.md
CHANGED
@@ -1,3 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Algorithmic Trading System
|
2 |
|
3 |
A comprehensive algorithmic trading system with synthetic data generation, comprehensive logging, extensive testing capabilities, and FinRL reinforcement learning integration.
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
tags:
|
4 |
+
- reinforcement-learning
|
5 |
+
- algorithmic-trading
|
6 |
+
- finance
|
7 |
+
- finrl
|
8 |
+
- synthetic-data
|
9 |
+
- time-series
|
10 |
+
- gymnasium
|
11 |
+
- stable-baselines3
|
12 |
+
library_name: stable-baselines3
|
13 |
+
datasets: []
|
14 |
+
model-index:
|
15 |
+
- name: Algorithmic Trading System with FinRL
|
16 |
+
results: []
|
17 |
+
---
|
18 |
+
|
19 |
# Algorithmic Trading System
|
20 |
|
21 |
A comprehensive algorithmic trading system with synthetic data generation, comprehensive logging, extensive testing capabilities, and FinRL reinforcement learning integration.
|