Randy Chen
Randy Chen
Hi, I was trying to run the following [tutorial notebook](https://colab.research.google.com/github/AI4Finance-Foundation/FinRL-Tutorials/blob/master/3-Practical/FinRL_PaperTrading_Demo.ipynb#scrollTo=NPNxj6c8HIiE), but the following error was encountered: ``` --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) [](https://localhost:8080/#) in () ----> 1 data...
Hi, I tried running the tutorial in Google colab (the first tutorial notebook), and everything at the beginning ran without errors until this line ``` df = YahooDownloader(start_date = TRAIN_START_DATE,...
Hi, I ran the following command to install FinRL: ``` pip install git+https://github.com/AI4Finance-Foundation/FinRL.git ``` However, the following error occurred: ``` error: subprocess-exited-with-error × python setup.py egg_info did not run successfully....
Hi all, Is is true that I don't need to perform any trajectory alignment if I get the trajectory prediction from an end-to-end deep learning based visual odometry network? For...
I am solving a model predictive control problem, and I noted that using the `.set_initial( ) `method warm starts the optimization solver when using Opti stack. However, I noticed that...
Hi all, Is there a way to map `Opti( )` object to local GPU computations?
It seems like the `quad_form` function does not exist when using Optistack( ) symbolic operations. I have a vector `x` as a Opti variable, and a constant numerical matrix `Q`,...
Hi all, I am getting this error when running the example: ``` ../tikzmake.sh: line 5: pdflatex: command not found rm: cannot remove '*.aux': No such file or directory rm: cannot...
Hi, I tried running the tutorial in Google colab (the first tutorial notebook), and everything at the beginning ran without errors until this line ``` df = YahooDownloader(start_date = TRAIN_START_DATE,...
How are the validation and testing sequences chosen in `params.py`? They do not align with the original paper at all. Moreover, the original paper does not mention how the validation...