AI4Finance-Foundation / AI4Finance-Foundation/FinRL-Meta
Error in Demo_MultiCrypto_Trading.ipynb
- Lenguaje dominante
- Python
- Estrellas
- 1.9k
- Forks
- 751
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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
)

Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.