forked from wangshub/RL-Stock
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
25 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ | |
stockdata | ||
model | ||
log | ||
.vscode/ | ||
|
||
# Byte-compiled / optimized / DLL files | ||
__pycache__/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# 强化学习模拟股票交易 | ||
|
||
## 前言 | ||
|
||
## 强化学习与监督学习的区别 | ||
|
||
## OpenAI Gym 股票交易环境 | ||
|
||
### 观测 | ||
|
||
### 动作 | ||
|
||
### 奖励 | ||
|
||
## 仿真实验 | ||
|
||
### 股票数据获取 | ||
|
||
### 训练集和测试集 | ||
|
||
### 验证结果 | ||
|
||
## 结语 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters