Home

Awesome

Taurus

A cryptocurrency trading platform using deep reinforcement learning.

Structure

Taurus is based on several microservices in a monorepo:

The microservices communicate via gRPC (https://grpc.io). The current version only supports being run on a single server, so no key exchange occurs between APIs.

Prerequisites

This application requires Python 3.7+, protoc/protobuf, gRPC, Docker and Docker Compose to build.

Usage

TBD

Under Development

Credits

The reinforcement learning model for this project is based on a graduate paper from Zhengyao Jiang, Dixing Xu, and Jinjun Liang of Xi'an Jiaotong-Liverpool University in Suzhou, China. https://arxiv.org/abs/1706.10059

This project uses the CCXT library (https://github.com/ccxt/ccxt) to interact with exchanges for data collection and trading.