Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
playing idealized trading games with deep reinforcement learning
| Date | Stars |
|---|---|
| 2026-07-24 | 360 |
| 2026-07-25 | 360 |
| 2026-07-28 | 360 |
| 2026-07-30 | 360 |
| 2026-07-31 | 360 |
| 2026-08-06 | 360 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# **Playing trading games with deep reinforcement learning**
This repo is the code for this [paper](https://arxiv.org/abs/1803.03916). Deep reinforcement learing is used to find optimal strategies in these two scenarios:
* Momentum trading: capture the underlying dynamics
* Arbitrage trading: utilize the hidden relation among the inputs
Several neural networks are compared:
* Recurrent Neural Networks (GRU/LSTM)
* Convolutional Neural Network (CNN)
* Multi-Layer Perception (MLP)
### Dependencies
You can get all dependencies via the [Anaconda](https://conda.io/docs/user-guide/tasks/manage-environments.html#creating-an-environment-from-an-environment-yml-file) environment file, [env.yml](https://github.com/golsun/deep-RL-time-series/blob/master/env.yml):
conda env create -f env.yml
### Play with it
Just call the main function
python main.py
You can play with model parameters (specified in main.py), if you get good results or any trouble, please contact me at [email protected]
Excerpt of 1,010 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:8bf3f027c99e0031, topic:reinforcement-learning, topic:deep-reinforcement-learning, desc:reinforcement learning
matched fp:8bf3f027c99e0031, topic:deep-learning, topic:neural-network