removed assets

This commit is contained in:
klein panic
2025-01-29 18:41:56 -05:00
parent bf6a0e4dc8
commit 5f8e3f4c68
2 changed files with 0 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 140 KiB

View File

@@ -1,7 +1,3 @@
Below is a **big-picture explanation** of how the code is structured and *why* you have both **LSTM** (with Optuna hyperparameter tuning) and **DQN** (for reinforcement learning). It also clarifies how each component is supposed to work, what is happening in the environment, and why the agents final performance might look confusing if you expect it to strictly follow the LSTM predictions.
---
## 1. **Two Separate Approaches**: **(A) LSTM** vs. **(B) DQN** ## 1. **Two Separate Approaches**: **(A) LSTM** vs. **(B) DQN**
- **(A) LSTM (Supervised Learning)** - **(A) LSTM (Supervised Learning)**