Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 388 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 388 Bytes

gym-anytrading-stocks

AnyTradingStocks is a fork of AnyTrading it has a single class TradingEnv with Action "Do nothing", only for stocks

Installation

From Repository

git clone https://github.com/bonadio/gym-anytrading-stocks
cd gym-anytrading-stocks
pip install -e .

In your code import TradingEnv

from gym_anytrading_stocks import TradingEnv