hugocen/freqtrade-gym

The best backtests results

xsa-dev opened this issue · 3 comments

Hello, buds

I am test this on Tensorflow version and my results of backtests is not good enough for dry run mode tests. You can see it attached file: ft_rl_results-default.txt

Whats your results?

Yea, my results with deep reinforcement learning are not so good either.
But I got some okish results using NEAT algorithms.
We still need a lot of tunning and research to make this work.

can you post the NEAT implementation with this strategy?

@evo11x
I updated the neat_trade.py for traing.
And Neat_RL.py for loading the model.
Sorry, but it's kinda sloppy.