arturbeg / reinforcement_learning_oe
The work aims to explore Value based, Deep Reinforcment Learning (Deep Q-Learning and Double Deep Q-Learning) for the problem of Optimal Trade Execution. The problem of Optimal Trade Execution aims to find the the optimal "path" of executing a stock order, or in other words the number of shares to be executed at different steps given a time cons…
☆48Updated 5 years ago
Related projects ⓘ
Alternatives and complementary repositories for reinforcement_learning_oe
- apolanco3225 / Deep-Reinforcement-Learning-for-Optimal-Execution-of-Portfolio-Transactions-using-DDPGPerforming a trading strategy using deep deterministic policy gradients to know when to buy, hold or sell stocks in a virtual environment…☆53Updated 5 years ago
- This repository contains the main code used in the paper "Deep Reinforcement Learning for Market Making Under a Hawkes Process-Based Limi…☆51Updated last year
- Source code for paper:Multi-agent reinforcement learning for liquidation strategy analysis☆53Updated 5 years ago
- Build DDPG models and test on stock market☆22Updated 5 years ago
- Optimistic Bull or Pessimistic Bear: Adaptive Deep Reinforcement Learning for Stock Portfolio Allocation☆34Updated 5 years ago
- Implementation of the DDPG algorithm for Optimal Finance Trading☆41Updated 5 years ago
- Deep learning for limit order book trading and mid-price movement☆49Updated 4 years ago
- Reproduce the result of the paper "Deep Learning with Long Short-Term Memory Networks for Financial Market Prediction"☆18Updated 4 years ago
- A DQN agent that optimally hedges an options portfolio.