AI4Finance-Foundation / AI4Finance-Foundation/FinRL-Meta

Error in Demo_MultiCrypto_Trading.ipynb

オープン
#86 コメント 14 件 リアクション 2 件 担当者 0 名 GitHub で見る
bug
主要言語
Python
スター
1.9k
フォーク
751
PR マージ指標
30日以内にマージされた PR はありません

説明

I opened the file in Google Collab thinking that it should be straightforward to run once the libraries are installed. All libraries got installed but when I run the train method below, I get the error of _TypeError: __init__() missing 3 required positional arguments: 'start_date', 'end_date', and 'time_interval'_

train(start_date=TRAIN_START_DATE,
end_date=TRAIN_END_DATE,
ticker_list=TICKER_LIST,
data_source='binance',
time_interval='5m',
technical_indicator_list=TECHNICAL_INDICATORS_LIST,
drl_lib='elegantrl',
env=env,
model_name='ppo',
current_working_dir='./test_ppo',
erl_params=ERL_PARAMS,
break_step=5e4,
if_vix=False
)
![image](https://user-images.githubusercontent.com/35177508/153519507-50931ec8-a587-45e0-b054-c5f22e3295c0.png)

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。