Adilbai commited on
Commit
27f1775
·
verified ·
1 Parent(s): 34aa90f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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