AI4Finance-Foundation / AI4Finance-Foundation/FinRL-Meta
__init__() got an unexpected keyword augument 'agent'
- Lingua principale
- Python
- Stelle
- 1.9k
- Fork
- 751
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
While working on [FinRL_MultiCrypto_Trading.ipynb]: I am experiencing this issue:
[/FinRL-Meta/agents/elegantrl_models.py](https://localhost:8080/#) in get_model(self, model_name, model_kwargs)
57 if model_name not in MODELS:
58 raise NotImplementedError("NotImplementedError")
---> 59 model = Arguments(agent=agent, env=env)
60 model.if_off_policy = model_name in OFF_POLICY_MODELS
61 if model_kwargs is not None:
TypeError: __init__() got an unexpected keyword argument 'agent'
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.