J Wigginton

Results 5 comments of J Wigginton

Thanks - installing the requirements above enabled me to run the ensemble notebook

Getting the same error when running the Alpaca Paper Trading from the FinRL-Tutorials Market opened. 30 Quantity is 0, order of | 0 AXP sell | not completed. Quantity is...

Same issue running on colab. Running on local jupyter notebook just gives warning: data = DP.download_data(start_date = '2021-10-04', end_date = '2021-10-08', ticker_list = ticker_list, time_interval= '1Min') /home/fin/anaconda3/lib/python3.10/site-packages/finrl/meta/data_processors/processor_alpaca.py:52: FutureWarning: Timedelta.delta is...

Found this worked per https://github.com/NVIDIA/apex/issues/1594 RUN /opt/conda/envs/TradeMaster/bin/python -m pip install -v --no-cache-dir --no-build-isolation .

Once I got through the apex install. I did run into another issues w/ the requirements.txt when installing gym 0.21. I fixed it with adding these lines before the install...