-
how to calculate buy and hold ‘s cumulative return?In your method,action is zero.
-
# ## install finrl library
!pip install wrds
!pip install swig
!pip install git+https://github.com/AI4Finance-Foundation/FinRL.git
Looking in indexes: https://pypi.org/simple, https://us-python.…
-
https://github.com/gsyyysg/StockFormer/blob/9e8f1ac5f9dbd861f4eda4adefc6add46e3247b8/code/envs/env_stocktrading_hybrid_control.py#L283
savefig根本没有index参数,你是不是拷贝了前面那段代码,忘了改了?
-
We will provide tutorials with two versions, notebook and python. The python version will be more efficient to debug locally step by step. The notebook .ipynb can be obtained by directly copying from …
-
File: Stock_NeurlPS2018_Train.ipynb
File ~/anaconda3/lib/python3.8/site-packages/finrl/meta/env_stock_trading/env_stocktrading.py:404, in StockTradingEnv._initiate_state(self)
398 if self.init…
-
I was running the example in the title, and run into this error "If using all scalar values, you must pass an index". The error traces back to the code below and it is because trade_env.render() in fi…
wmmxk updated
5 months ago
-
Hi,
It seems that notebook eRL_demo_StockTrading.ipynb is deprecated and broken. It throughs the following error:
> Traceback (most recent call last):
File "/usr/lib/python3.7/multiprocessing…
-
get error message "TypeError: __init__() got an unexpected keyword argument 'if_off_policy'" when I try to run eRL_demo_StockTrading.ipynb
-
I tried to solve the error for the NaN value according to this [reference](https://github.com/AI4Finance-Foundation/FinRL/issues/353#issuecomment-975188649) but after the preprocessing is done correct…
-
**Describe the bug**
A clear and concise description of what the bug is.
When running the ensemble trading strategy, the code raises a ValueError: "If using all scalar values, you must pass an index…