RL-Stock
Automated stock trading through a simulated training environment
RL-Stock is a reinforcement learning project that explores automated stock trading through a simulated training environment. It is written as an educational experiment rather than a financial product or investment recommendation system. The project includes scripts for collecting stock data, defining a reinforcement learning environment, training an agent, and visualizing results. It focuses on how an agent can learn trading-like behavior through rewards, states, and actions. The repository is useful for learners who want to connect reinforcement learning concepts with a familiar financial market example. ...