Skip to content

zhengxingXue/gym_trading

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gym_trading

Trading environment for Reinforcement learning

example output

Quick start

To install the Python module:

git clone https://github.com/zhengxingXue/gym_trading.git
cd gym_trading
pip install -e .

notebooks/ directory contains example for training, to start:

jupyter notebook notebooks/1_getting_started.ipynb 

Env

To create the gym_trading environment:

import gym
import gym_trading
env = gym.make('StockTrading-v1')  # One IBM stock setting
env.render()

About

Trading environment for Reinforcement learning

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published