Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

强化学习:资产配置 #1

Closed
20 tasks done
ChenglongChen opened this issue Mar 6, 2023 · 2 comments
Closed
20 tasks done

强化学习:资产配置 #1

ChenglongChen opened this issue Mar 6, 2023 · 2 comments

Comments

@ChenglongChen
Copy link
Owner

ChenglongChen commented Mar 6, 2023

1. Framekwork

2. Feature

  • add historical features
  • add position features
  • add n_step historical features
  • support Alpha158

3. Model

4. Trade

  • 优化模型效果,超越目前的baseline
  • 重构tradestrategy,以支持实盘
@ChenglongChen
Copy link
Owner Author

ChenglongChen commented Mar 11, 2023

1. Overall Performance

Reward Strategy Baseline MetaPPO MetaDDPG MetaTD3 MetaSAC
InformationRatioReward TopkDropoutSignalStrategy 1.656972 1.971290 1.929209 1.179975
InformationRatioReward WeightStrategy 0.785682 1.338792 0.867902
ExessReturnReward TopkDropoutSignalStrategy 0.263561 0.228271 0.191836
ExessReturnReward WeightStrategy 0.110891 0.186833 0.167790

2. Learning Curve

2.1 InformationRatioReward

a) TopkDropoutSignalStrategy+MetaPPO

image

b) TopkDropoutSignalStrategy+MetaTD3

image

c) TopkDropoutSignalStrategy+MetaSAC

image

d) WeightStrategy+MetaPPO

image

e) WeightStrategy+MetaTD3

image

f) WeightStrategy+MetaSAC

2.2 ExessReturnReward

a) TopkDropoutSignalStrategy+MetaPPO

image

b) TopkDropoutSignalStrategy+MetaTD3

image

c) TopkDropoutSignalStrategy+MetaSAC

d) WeightStrategy+MetaPPO

image

e) WeightStrategy+MetaTD3

image

f) WeightStrategy+MetaSAC

@ChenglongChen
Copy link
Owner Author

ChenglongChen commented Mar 16, 2023

Overall Performance

Reward Strategy Baseline MetaPPO MetaSAC
EpisodeInformationRatioReward TopkDropoutSelectionStrategy 1.644155 1.884990 1.415276
EpisodeInformationRatioReward TopkDropoutDynamicStrategy 1.644155 2.143160

Learning Curve

image
image
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant