AI4Finance-Foundation / AI4Finance-Foundation/FinRL
Open Time Bug
- Lenguaje dominante
- Jupyter Notebook
- Estrellas
- 16.3k
- Forks
- 3.5k
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
I was trying to run the notebooks (after downgrading the Pandas to 1.5.3, since the new release to 2.0.0 removed the pd.TimeDelta().delta, which was prevented from downloading the files.) And I found that all the first rows were NaN. This was messing with the data and the indicators. Then reading through the data I realized that my data is starting at 10:30 AM and the code started reading the rows at 9:30. So I hardcoded the 10:30 in my local env. I don't know if that is related to summer time that we just entered or which other cause.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to ['Tutorial'](https://colab.research.google.com/github/AI4Finance-Foundation/FinRL-Tutorials/blob/master/3-Practical/FinRL_PaperTrading_Demo.ipynb#scrollTo=SxYoWCDa02TW)
2. Downgrade pandas to 1.5.3 ( !pip install pandas==1.5.3)
3. Run all the cells until Part 2 Train Agent.
4. See the error
**Expected behavior**
Should Train with proper data.
**Screenshots**
With the time set to 09:30

With the time set to 10:30

Image of the data:

Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.