FinRL_Crypto icon indicating copy to clipboard operation
FinRL_Crypto copied to clipboard

FinRL_Crypto: Cryptocurrency trading of FinRL

Results 7 FinRL_Crypto issues
Sort by recently updated
recently updated
newest added

error:CUDA error: CUBLAS_STATUS_EXECUTION_FAILED when calling `cublasSgemm( handle, opa, opb, m, n, k, &alpha, a, lda, b, ldb, &beta, c, ldc)` python 3.8 cuda version:11.8

I'm trying to download the training data using ` 0_dl_trainval_data.py`. It looks like the data downloaded successfully but the pre-processing causes the error. Specifically `price_array = np.hstack([price_array, df[df.tic == tic][['close']].values])`...

bug

I'm trying to deploy a trained model to begin paper trading on alpaca (Debian GNU/Linux 11) Among the available options "**AlpacaPaperTradingMultiCrypto**" seems to be out dated, specifically theses lines: ```...

im getting this error. FinRL_Crypto-master\environment_Alpaca.py", line 139, in step if price[index] > 0: # Buy only if the price is > 0 (no missing data in this particular date) IndexError:...

bug

I've been searching where I can change the Binance.com endpoint to the Binance.us. Is there one?

help wanted

I tried to run the part of cpcv of this model on Google Colab Pro+ with A100 GPU but it only uses 1.7GB over 40GB GPU RAM. No matter how...

help wanted

Environment: Colab I am trying to use run the `0_dl_trainval_data.py` file, but receiving multiple errors after. It seems the issue is with the in finrl installation. I initially tried to...

bug