Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 777 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 777 Bytes

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