AI4Finance-Foundation / AI4Finance-Foundation/FinRL
I got an error with DRLEnsembleAgent.run_ensemble_strategy(). It misses timesteps_dict but it is in the code
- 主要语言
- Jupyter Notebook
- 星标
- 16.3k
- 派生
- 3.5k
- PR 合并指标
- 30 天内没有已合并 PR
描述
**Describe the bug**
I am working on this [notebook](https://github.com/AI4Finance-Foundation/FinRL/blob/master/examples/FinRL_Ensemble_StockTrading_ICAIF_2020.ipynb) and, when I run this code
`df_summary = ensemble_agent.run_ensemble_strategy(A2C_model_kwargs,
PPO_model_kwargs,
DDPG_model_kwargs,
TD3_model_kwargs,
timesteps_dict)`
It gives me this **error**
`**TypeError:** DRLEnsembleAgent.run_ensemble_strategy() missing 1 required positional argument: 'timesteps_dict'
`
Does anybody know how can I fix it?
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。