Skip to content

ironcrypto/rlhft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Fork of EarnHFT:Efficient hierarchical reinforcement learning for high frequency trading.

Data

For data preprocessing part, please refer to data_preprocess/README.md.

We download the data from tardis. You might need to purchase a API key to fully utilize our code.

We first download the data from tardis, then do some preprocess to use the dataframe to construct the corresponding RL environment in the Algorithm part.

Algorithm

For algorithm part, please refer to rlhft/README.md

We first train the low level agents which operates on a second-level with different preference parameter beta.

We then evaluate the low-level agents with valid data which is divided into different categories, and pick the agents which shines in each specific category of the market to construct a pool of policies.

We utilize the pool to train the high-level agent which operates on a minute-level.

We evaluate the high-level agent in the valid and test datasets.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published