Skip to content

Trying to create Reinforcement Learning powered Bitcoin trading bot

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

Machine-Learning-Labs/RL-Bitcoin-trading-bot

This branch is 12 commits ahead of, 4 commits behind pythonlessons/RL-Bitcoin-trading-bot:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

037ad06 · Dec 9, 2021

History

43 Commits
Dec 9, 2021
Dec 9, 2021
Dec 9, 2021
Dec 9, 2021
Dec 9, 2021
Dec 9, 2021
Dec 9, 2021
Dec 9, 2021
Dec 9, 2021
Dec 2, 2020
Dec 9, 2021
Dec 9, 2021
Dec 9, 2021
Dec 9, 2021

Repository files navigation

Reinforcement Learning Bitcoin Trading Bot

An incremental set of 7 tutorials intended to build a Bitcoin Trading Bot powered by Reinforcement Learning

AI trading bot

How-to use

To play with this tutorials, you can use the Makefile or launch directly the run: $> python <bot_vN>/RL-Bitcoin-trading-bot_1.py

    
    # Optionally but recommended (virtualenv required)
    $> make create-env
    $> make install-dependencies
    
    # Launch a bot... (from 1 to 7)
    $> make bot1
    
    # To remove dependencies
    $> make uninstall-dependencies

References

About

Trying to create Reinforcement Learning powered Bitcoin trading bot

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.5%
  • Other 0.5%