python PyPI Apache 2.0 with Commons Clause Documentation Status Github stars
Gym Trading Env is an Gymnasium environment for simulating stocks and training Reinforcement Learning (RL) trading agents. It was designed to be fast and customizable for easy RL trading algorithms implementation. | [Documentation](https://gym-trading-env.readthedocs.io/en/latest/index.html) | Key features --------------- This package aims to greatly simplify the research phase by offering : * Easy and quick download technical data on several exchanges * A simple and fast environment for the user and the AI, but which allows complex operations (Short, Margin trading). * A high performance rendering (can display several hundred thousand candles simultaneously), customizable to visualize the actions of its agent and its results. * (Coming soon) An easy way to backtest any RL-Agents or any kind ![Render animated image](https://raw.githubusercontent.com/ClementPerroud/Gym-Trading-Env/main/docs/source/images/render.gif) Installation --------------- Gym Trading Env supports Python 3.9+ on Windows, Mac, and Linux. You can install it using pip: ```bash pip install gym-trading-env ``` Or using git : ```bash git clone https://github.com/ClementPerroud/Gym-Trading-Env ``` [Documentation available here](https://gym-trading-env.readthedocs.io/en/latest/index.html) -----------------------------------------------------------------------------------------------