KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#cli
#claude-code
#codex
#developer-tools
#react
#windows
stock_pg
★ 31
Open GitHub ↗
强化学习算法实现自动炒股
Download README (.md)
Explore Similar Repositories
rtos_ground_up
:
This repository contains my individual work for the "Build Your Own RealTime OS (RTOS) From Ground Up™ on ARM 1" Udemy class created and taught by Israel Gbati.
tinybox
:
tinywl-wlroots based window manager
mcjack
:
A Minecraft session hijacking tool written in Python 3
AutoRebase
:
A GitHub Action that automatically rebases pull requests.
shop-web-mgt
:
管理系统后台
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
stock_pg
?
Download (.md)
# 强化学习算法实现自动炒股 本文利用强化学习算法 PG,来对股票市场的指数进行交易研究 感兴趣的朋友可以在这个基础上导入其他市场的数据,添加 observation 的维度(本文仅使用了“当天收盘价”和“与前一天收盘价的差值”两个维度) 添加多个维度的数据,再对多个股票进行算法训练,一定会使得该模型更具有鲁棒性,希望大家多多尝试 百度深度学习算法库 PARL ,以及搭建股票测试环境的 gym-anytrading 网址附在下面,用起来感觉不错的可以去 github 上给她们点 star # 环境依赖 paddlepaddle parl,网址:https://github.com/PaddlePaddle/PARL gym gym-anytrading,网址:https://github.com/AminHP/gym-anytrading # 提醒: 数据和方法皆来源于网络,无法保证有效性,仅供学习和研究!