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

https://github.com/legalaspro/finance_rl_experiment

Finance RL Optimal Liquidation Experiment
https://github.com/legalaspro/finance_rl_experiment

Last synced: 3 months ago
JSON representation

Finance RL Optimal Liquidation Experiment

Awesome Lists containing this project

README

        

# Finance RL Experiments

Here, we are learning simple finance formulas using Chriss Almgren's methods and reinforcement learning (RL) experiments.
We have written DDPG and TD3 agents, reward functions, and a few tests.

## Libraries Used

- PyTorch
- NumPy
- Matplotlib
- Pandas