hugocen / freqtrade-gym

A customized gym environment for developing and comparing reinforcement learning algorithms in crypto trading.
GNU General Public License v3.0
221 stars 45 forks source link

The file model could not be found #19

Closed NL647 closed 3 years ago

NL647 commented 3 years ago

Hello, thanks for sharing the project . I get an error running: python deep_rl.py

raise ValueError("Error: the file {} could not be found".format(load_path)) ValueError: Error: the file model could not be found

Any idea how to fix it?

Thanks

perrolokos commented 3 years ago

I had created a blank file model.zip, however using the version of freqtrade 2020.11 it does not give any error

NL647 commented 3 years ago

Hello, Thank you for the help it solved my issue.

sn3fru commented 3 years ago

I had created a blank file model.zip, however using the version of freqtrade 2020.11 it does not give any error

@perrolokos could you explain it to me in more detail. I didn't understand what you meant and I have the same problem. Thanks.

perrolokos commented 3 years ago

cd freqtrade touch model.zip