pythonlessons / RL-Bitcoin-trading-bot

Trying to create Reinforcement Learning powered Bitcoin trading bot
MIT License
380 stars 208 forks source link

Happy Ways #2

Closed nodwan closed 3 years ago

nodwan commented 3 years ago

Hi, i‘m watching your work here now from time to time, and i‘m happy to see, someone try to build a tensor trading bot. i‘m not familiar with tensor, but i‘remember my study time, we was build a technical Kreatur what should walk forward, we was give only this job, to the NN, and later a lot epoche, it was move forward ... in a way where we was smile.

so, maybe the same can happen here, the bot can teach himself for found the best strategy to to learn how to get food (for example btc)

i‘dont know, this is possible ... but it‘s how i’thing, should work a AI. learn to get food in a live Szenario ...

pythonlessons commented 3 years ago

You just described the reinforcement learning method, that's exactly what I am using in this tutorial series :)