kkuette / TradzQAI

Trading environnement for RL agents, backtesting and training.
Apache License 2.0
164 stars 47 forks source link

complex network "names" issue #17

Closed LucaKern closed 5 years ago

LucaKern commented 5 years ago

When I try to change the network to a complex network I get this error:

File "/Users/dropper/projects/crypto_bot/tforce_btc_trader/tensorforce/tensorforce/util.py", line 159, in get_object return obj(*args, **kwargs) TypeError: __init__() got an unexpected keyword argument 'names'

Do I have to change something in the dataloader.py?

Thank you

LucaKern commented 5 years ago

it was apparently problem with tensorforce