Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 841 Bytes

File metadata and controls

20 lines (11 loc) · 841 Bytes

Tutorial 2: Portfolio Management with EIIE on US stocks

EIIE.png Portfolio management is the action of continuous reallocation of a capital into a number of financial assets periodically.

The framework consists of the Ensemble of Identical Independent Evaluators (EIIE) topology, a Portfolio-Vector Memory (PVM), an Online Stochastic Batch Learning (OSBL) scheme, and a fully exploiting and explicit reward function.

Notebook and Script

In this notebook, we implement the training and testing process of EIIE based on the TradeMaster framework.

Tutorial2_EIIE

And this is the script for training and testing.

train_eiie.py