Skip to content

Latest commit

 

History

History

5-ppo2-ml-appl

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

PPO2 and MLP trading AAPL stock

  • StockTradingEnv.py: A trading environment
  • data/AAPL.csv: AAPL stock price data for 1998-2018

Run

Open the Jupyter Notebook

Dependencies

You need to install Stable Baselines:

brew install cmake openmpi
pip3 install stable-baselines[mpi]

Issues

  • Is the model even tested in this example?
  • Surely the stock price split breaks something here

Sources