Deep-Reinforcement-Learning-for-Stock-Trading-DDPG-Algorithm-NIPS-2018

(β˜… 101)

Practical Deep Reinforcement Learning Approach for Stock Trading. NeurIPS 2018 AI in Finance.

  • .DS_Store
  • .gitignore
  • LICENSE
  • README.md
  • result_trading.png
  • run.py

# Installation Guide

1. Get the code
git clone https://github.com/AI4Finance-Foundation/Deep-Reinforcement-Learning-for-Stock-Trading-DDPG-Algorithm-NIPS-2018

Downloads the entire project code from GitHub to your computer.

cd Deep-Reinforcement-Learning-for-Stock-Trading-DDPG-Algorithm-NIPS-2018

Moves into the project folder you just downloaded.

2. Official Install Script

Easy Recommended
Prerequisites
  • Homebrew A package manager for macOS/Linux.
  • Python 3 Python is required to use pip.
brew install cmake openmpi

Installs the pre-built package via Homebrew β€” no source build required.

pip install virtualenv

Installs the package published on PyPI directly β€” no need to clone the source.

pip install gym

Installs the package published on PyPI directly β€” no need to clone the source.

pip install gym[atari]

Installs the package published on PyPI directly β€” no need to clone the source.

βœ… After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.

Pulled directly from this repo's README.

// repository documentation