kuds
kuds
@IbtihalFerwana The issue appears to be that Tensorflow 1.11 in the requirements.txt file is looking for an older version of CUDA. I found that by upgrading tensorflow to at least...
I created a PR #1356 to add Pandas Market Calendars to installation of FinRL
I ran into the same issue (#6144) and solved it by modifying the code that sets the default type. Nice solution as well!
I found that modifying the default dtype to torch.float32 as recommended by the HuggingFace discord community resolved the issue. Is this the recommended solution or is there something else that...
After some further troubleshooting, I realized that the issue was not with the Github Pages branch but with how the gen_envs_mds.py gathers the environments' names. When it tries to match...
@David-GERARD Sorry for the delay in getting back to this. I will have some time this week and next to create the pull PR. Thank you for patience!
Hi @David-GERARD, I created a pull request to fix this issue. Sorry for the delay! Let me know if you have any questions or concerns.
I am interested in working on this and will try to get a PR submitted in the next week or so
I've been digging through the code some more, it looks like the [FinRL_PaperTrading_Demo.ipynb](https://github.com/AI4Finance-Foundation/FinRL/blob/master/examples/FinRL_PaperTrading_Demo.ipynb) will need to be updated as well. I am looking into this.
@joe10833 @zhumingpassional Sorry for all the commits on this pull request. There was a lot more areas of the code that needed updated to the new `alpaca-py` SDK. I am...