An open API service indexing awesome lists of open source software.

https://github.com/g0bel1n/ddql-optimal-execution

Double Deep Q-Learning for Optimal Execution implementation
https://github.com/g0bel1n/ddql-optimal-execution

deep-learning double-dqn finance rl

Last synced: 6 months ago
JSON representation

Double Deep Q-Learning for Optimal Execution implementation

Awesome Lists containing this project

README

          

# DDQL-optimal-execution
Double Deep Q-Learning for Optimal Execution implementation

[![pytest](https://img.shields.io/github/actions/workflow/status/g0bel1n/DDQL-optimal-execution/tests.yml?label=Tests&style=for-the-badge)](https://github.com/g0bel1n/DDQL-optimal-execution/actions/workflows/tests.yml) [![ Hey](https://img.shields.io/github/actions/workflow/status/g0bel1n/DDQL-optimal-execution/sphinx.yml?label=docs&style=for-the-badge)](https://github.com/g0bel1n/DDQL-optimal-execution/actions/workflows/sphinx.yml)

Documentation with quickstart and installation guide : [here](https://g0bel1n.github.io/DDQL-optimal-execution/index.html)

# Notes

- Action space is taken as an integer to avoid minimization

# Bibliography

Ning, B., Lin, F.H.T. and Jaimungal, S. (2020) Double deep Q-learning for optimal execution, arXiv.org. Available at: https://arxiv.org/abs/1812.06600 (Accessed: April 16, 2023).