pskrunner14/trading-bot resource
Stock Trading Bot using Deep Q-Learning observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2942
- days_rel: n/a
- days_push: 1004
- n_releases_24m: 0
Adoption not part of the score
1175 stars · 356 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A stock trading bot that uses Deep Q-Learning reinforcement learning to learn buy/sell/hold policies from historical stock price data. It is a simple, educational implementation of DQN variants (vanilla, fixed target, double DQN) intended for learning purposes.
Use cases
- learn deep q-learning by example
- train a reinforcement learning agent on stock data
- experiment with DQN variants on trading tasks
- backtest a simple trading strategy
- visualize RL agent trading episodes
- understand how RL applies to financial markets
When to choose
- you want a minimal, readable DQN implementation for learning
- you need a starting point for RL-based trading experiments
- you want to reproduce results from a DQN trading paper
When to avoid
- you need production-grade algorithmic trading with real broker integration
- you require portfolio optimization or position sizing
- you need reliable profit generation - results are educational only
Facets
learning-resource · maturity maintenance
machine-learning reinforcement-learning trading reinforcement-learning fintech machine-learning education python cli deep-q-learning trading-bot q-learning stock-trading educational jupyter-notebook
1 source
- readme: https://github.com/pskrunner14/trading-bot · fetched 2026-08-28 · 22890085a581
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| pskrunner14/trading-bot | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="pskrunner14/trading-bot")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem