alextmn / rf-trading-bot

Reinforcement learning crypto trading bot
MIT License
9 stars 2 forks source link

requirements.txt would be helpful #1

Open pdcacyclist opened 3 years ago

pdcacyclist commented 3 years ago

Hello! Out of the box the solution is not working. As I appreciate your work very much, a definition of used pip versions would be very helpful to contribute to your project

alextmn commented 3 years ago

The problem is related to Keras-RL. It is using Tensorflow 1.x. However, by default Tensorflow installs with the version 2.x. So if you install TF 1.14 or TF.12 it should be ok.

BTW It looks like Keras-RL is not supported anyway, but the good alternative is Stable Baselines.. It is also based on TF 1.x, but I believe they are moving towards PyTorch.