- ステップ1:リポジトリをクローン: git clone https://github.com/samre12/deep-trading-agent.git
- ステップ2:依存関係をインストール: pip install -r requirements.txt
- ステップ3:市場データをCSVまたはAPIコネクタで準備
- ステップ4:config.yamlで環境とハイパーパラメータを設定
- ステップ5:エージェントをトレーニング: python train.py --config config.yaml
- ステップ6:訓練済みモデルのバックテスト: python backtest.py --model checkpoints/agent.pth
- ステップ7:ライブ取引の展開: python live_trade.py --model checkpoints/agent.pth --broker あなたの_broker_API