sebnapi

Results 19 comments of sebnapi

See https://github.com/DLR-RM/stable-baselines3/issues/1151#issuecomment-1542132238

Yeah guys, you need to _fix_ the version of all the requirements, I went through so many errors and I am stuck again. Very hard to use this library.

I've got the "FinRL_Ensemble_StockTrading_ICAIF_2020" to work with extracting all requirements: ``` wrds==3.1.6 pandas==1.4.4 scipy==1.10.1 sqlalchemy==1.4.46 psycopg2-binary==2.9.5 numpy==1.22.4 greenlet==2.0.2 pytz==2022.7.1 python-dateutil==2.8.2 six==1.15.0 swig==4.1.1 finrl @ git+https://github.com/AI4Finance-Foundation/FinRL.git@423f45f39d31df862e20b1d95a4da714e94e3a72 elegantrl @ git+https://github.com/AI4Finance-Foundation/ElegantRL.git#egg=elegantrl@68bf0ea4ef3fb461026ece8897deabb92aeead32 pyfolio==0.9.2 matplotlib==3.5.3...

Hey Lokesh, did you solve it yourself? The code is still the same.

> Thank you for your suggestion, but currently I have issues with making WoeUSB-ng work correctly on Linux (#11...), so Mac version is not important to me at this moment....

See https://github.com/AI4Finance-Foundation/FinRL/issues/1002#issuecomment-1542871478

> I have done it. I have downgraded the gymnasium version to 0.28.1. The user warning error is not coming any more. how ever the web page is still showing...

> No my data frame index is in timestamps cause I am getting the result like market return portfolio return. Only the renderer is not working. ![265762786-77c38aff-cab9-4a75-8d1b-fb2fbd87a038](https://user-images.githubusercontent.com/143959992/266759980-53aca879-8b6b-457e-8421-53cc1c1fefb7.png) I tried the...

@RitwikGhoshLives I ran into the same issue, I think it depends what kind of Index pandas creates. I replaced the line with: ```python df['date_str'] = [d.strftime("%Y-%m-%d %H:%M") for d in...