samre12 / deep-trading-agent

Deep Reinforcement Learning based Trading Agent for Bitcoin
MIT License
751 stars 212 forks source link

Why On Earth would you use python 2.7 ? that's backward #11

Closed developeralgo8888 closed 6 years ago

developeralgo8888 commented 6 years ago

Why On Earth would you use python 2.7 ? that completely makes no sense but anyway good project

samre12 commented 6 years ago

I don't believe that in the context of this project because the code mainly comprises of numpy and tensorflow which provide alike api for both python2 and python3. It would be highly appreciated if you raise a pull request for a python3 version of the project 😄.

johndpope commented 6 years ago

it's possible at command line to simply type **2to3 */*.py -W** this will upgrade syntax in files to python3.

johndpope commented 6 years ago

https://github.com/hocgabri/deep-trading-agent/commit/2f06439cbfa76a71e39ddd39df2e90d3ca338cf3