Code Monkey home page Code Monkey logo

orderbookrl's Introduction

This repository contains an level 3 order book simulation for data from the GDAX API. The simulation is made so that it fit the abstract API of a OpenAI gym class.

The simulation of the order book is inpspired by .. but modified and cythonized.

Dependencies

A conda environment yaml exists.
conda env create -f environment.yml
To build cython
python setup.py build_ext --inplace

But other python dependecies exists
for OpenAI
Install everything
for Ray
Dependencies

Data

The data can be downloaded by download.js, and then converted to the feather format by running "Save data as Feather.ipynb"

Temporary Data

A smaller data set exists at
data

Reinforcement Learning

One class is currently developed, where the action space is the alpha and beta of a gamma distribution. So the buy and sell limit orders are placed according to a gamma distribution, see MarketBetaEnv

Policy optimization

The policy is optimized using PPO.

Rendering

The environment can be rendered as a dash app. Under development.

Alt Text

orderbookrl's People

Contributors

valldabo2 avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.