Update README.md
Browse files
README.md
CHANGED
|
@@ -77,7 +77,7 @@ This model represents a sophisticated **reinforcement learning trading agent** t
|
|
| 77 |
```bash
|
| 78 |
pip install stable-baselines3 yfinance pandas numpy scikit-learn
|
| 79 |
```
|
| 80 |
-
|
| 81 |
### Load and Use the Model
|
| 82 |
|
| 83 |
```python
|
|
|
|
| 77 |
```bash
|
| 78 |
pip install stable-baselines3 yfinance pandas numpy scikit-learn
|
| 79 |
```
|
| 80 |
+
### For data preparation, you can use Enhanced Enviroment and Stock data processor automated classes for data and enviroment preparation in python files provided in directory
|
| 81 |
### Load and Use the Model
|
| 82 |
|
| 83 |
```python
|