Installation with Docker
TradeMaster works on Docker.
Download and install Docker from the official webiste.
Build the docker image based on docker file
Install
TradeMastergit clone https://github.com/TradeMaster-NTU/TradeMaster.git cd TradeMaster
Create image from the project docker file
docker build -t trademaster:1.0.0 .
Run TradeMaster with docker
Create a container and run an experiment to verify the installation
docker images docker run -it --name trademaster trademaster:1.0.0 /bin/bash python tools/algorithmic_trading/train.py