AnyTrading - ビットコイン投資を強化学習で実行 日足編⑤

ビットコインの 1日足 のデータでの投資シミュレーション5回目です。

強化学習のパラメータ

ソースはこれまでの応用なので割愛し、強化学習のパラメータだけを下記に示します。

  • 学習アルゴリズム(前回と同様)
    PPO2

  • 参照する直前データ数(前回と同様)
    50

  • 学習データ
    [2017-07-13 ~ 2018-05-11] 1日足データ(前回と同様)

  • 検証データ
    [2019-06-15 ~ 2020-04-10] 1日足データ(400日分移動)

投資結果

実行結果は以下の通りです。

[コンソール出力]

1
2
3
4
5
6
7
8
9
10
info: {'total_reward': 3543310000.0, 'total_profit': 1.5464109977834202, 'position': 0}
info: {'total_reward': -1553380000.0, 'total_profit': 1.1390683471614786, 'position': 1}
info: {'total_reward': -11847060000.0, 'total_profit': 0.5500536430705991, 'position': 1}
info: {'total_reward': -5097430000.0, 'total_profit': 1.1233650881463042, 'position': 1}
info: {'total_reward': 4813240000.0, 'total_profit': 1.5235928722550143, 'position': 0}
info: {'total_reward': 145830000.0, 'total_profit': 0.9612141186720539, 'position': 0}
info: {'total_reward': -6559180000.0, 'total_profit': 0.7725324354543073, 'position': 0}
info: {'total_reward': -6925330000.0, 'total_profit': 0.677925186974139, 'position': 0}
info: {'total_reward': 3223430000.0, 'total_profit': 1.2687930517984403, 'position': 1}
info: {'total_reward': 5182330000.0, 'total_profit': 1.1655638373126338, 'position': 0}

[出力画像]

実行結果( 1回目)
実行結果( 2回目)
実行結果( 3回目)
実行結果( 4回目)
実行結果( 5回目)
実行結果( 6回目)
実行結果( 7回目)
実行結果( 8回目)
実行結果( 9回目)
実行結果(10回目)


これまでの投資結果(トータル報酬)を表にまとめてみます。

No.トータル報酬(4回前)トータル報酬(3回前)トータル報酬(2回前)トータル報酬(前回)トータル報酬(今回)
737,820,000円 1,225,670,000円-2,424,490,000円-129,460,000円 3,543,310,000円
4,451,760,000円 2,672,370,000円 -3,870,060,000円8,007,910,000円 -1,553,380,000円
4,724,240,000円 -996,930,000円 -5,277,570,000円-1,596,410,000円-11,847,060,000円
-3,133,420,000円-5,494,530,000円 -4,064,980,000円-3,328,340,000円-5,097,430,000円
7,880,400,000円 7,793,260,000円 -2,953,150,000円-8,788,740,000円4,813,240,000円
2,833,180,000円 -2,393,360,000円 7,233,760,000円 5,385,110,000円 145,830,000円
2,268,160,000円 -815,410,000円 1,480,400,000円 -2,390,800,000円-6,559,180,000円
1,437,600,000円 839,630,000円 -5,552,340,000円-3,432,660,000円-6,925,330,000円
-3,185,920,000円2,794,730,000円 4,312,270,000円 1,127,100,000円 3,223,430,000円
-5,817,080,000円-5,354,750,000円 821,240,000円 8,186,140,000円 5,182,330,000円

10種類の学習済みモデルは、5勝5敗とイーブンでした。

学習モデルごとの結果としては、No⑥、No⑨が4勝1敗となかなかの好成績となっています。