Reinforcement Learning
stable-baselines3
finance
stock-trading
deep-reinforcement-learning
dqn
ppo
a2c
Eval Results (legacy)
Instructions to use AdityaaXD/Multi-Agent_Reinforcement_Learning_Trading_System_Models with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- stable-baselines3
How to use AdityaaXD/Multi-Agent_Reinforcement_Learning_Trading_System_Models with stable-baselines3:
from huggingface_sb3 import load_from_hub checkpoint = load_from_hub( repo_id="AdityaaXD/Multi-Agent_Reinforcement_Learning_Trading_System_Models", filename="{MODEL FILENAME}.zip", ) - Notebooks
- Google Colab
- Kaggle
Add link to Dataset repo
Browse files
README.md
CHANGED
|
@@ -43,6 +43,11 @@ The models were trained on technical indicators derived from historical daily pr
|
|
| 43 |
* **Volume Ratio**: Relative volume intensity.
|
| 44 |
* **Market Regime**: Bull/Bear trend classification.
|
| 45 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 46 |
## 🎮 Environment (`TradingEnv`)
|
| 47 |
|
| 48 |
* **Action Space**: Discrete(3) - `0: HOLD`, `1: BUY`, `2: SELL`.
|
|
|
|
| 43 |
* **Volume Ratio**: Relative volume intensity.
|
| 44 |
* **Market Regime**: Bull/Bear trend classification.
|
| 45 |
|
| 46 |
+
## 🔗 Related Data
|
| 47 |
+
|
| 48 |
+
* **Dataset Repository**: [AdityaaXD/Multi-Agent_Reinforcement_Learning_Trading_System_Data](https://huggingface.co/AdityaaXD/Multi-Agent_Reinforcement_Learning_Trading_System_Data)
|
| 49 |
+
|
| 50 |
+
|
| 51 |
## 🎮 Environment (`TradingEnv`)
|
| 52 |
|
| 53 |
* **Action Space**: Discrete(3) - `0: HOLD`, `1: BUY`, `2: SELL`.
|