lefnire / tforce_btc_trader

TensorForce Bitcoin Trading Bot
http://ocdevel.com/podcasts/machine-learning/26
GNU Affero General Public License v3.0
814 stars 234 forks source link

Suggestion: setup docker to be easy to develop. #43

Open rrfaria opened 5 years ago

rrfaria commented 5 years ago

If you put the project into a docker container it will be easier to run and develop and even to get more help

lefnire commented 5 years ago

Would love if someone did. I'm no longer working on project

methenol commented 5 years ago

Just uploaded a google colab notebook to the main directory. Copied the current code into the notebook and modified as little as possible to get it running, so it should give a good idea of how the code in the main repository works. Instructions for running are commented in the file but otherwise it's extremely barebone. This isn't a docker environment, but if you want a quick 'environment' setup to mess with the code, this is a pretty easy way and gets you a GPU to use. Should be able to load the github repo from inside of colab and select the notebook, recommend saving a copy in your google drive to save modifications.