- 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