Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/notadamking/stock-trading-visualization
A simple, yet elegant visualization of our stock trading RL agent environment.
https://github.com/notadamking/stock-trading-visualization
Last synced: 1 day ago
JSON representation
A simple, yet elegant visualization of our stock trading RL agent environment.
- Host: GitHub
- URL: https://github.com/notadamking/stock-trading-visualization
- Owner: notadamking
- License: mit
- Created: 2019-04-18T06:50:14.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-10-11T23:26:02.000Z (over 3 years ago)
- Last Synced: 2025-01-16T07:12:37.309Z (9 days ago)
- Language: Python
- Size: 214 KB
- Stars: 216
- Watchers: 15
- Forks: 111
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Stock-Trading-Visualization
A custom OpenAI gym environment for simulating stock trades on historical price data with live rendering.
In this article, we've added a simple, yet elegant visualization of the agent's trades using Matplotlib.
If you'd like to learn more about how we created this visualization, check out the Medium article: https://medium.com/@notadamking/visualizing-stock-trading-agents-using-matplotlib-and-gym-584c992bc6d4