RL-Stock icon indicating copy to clipboard operation
RL-Stock copied to clipboard

📈 如何用深度强化学习自动炒股

Results 35 RL-Stock issues
Sort by recently updated
recently updated
newest added

log_dir = './log' if not os.path.exists(log_dir): os.makedirs(log_dir)

Would it be possible to have english version?

每个市场不一样,沪市有买入、卖出手续费,卖出盈利了还有税,都算成本,不然高频下来你会发现这部分费用占大头。

大哥,你的训练数据股票价格不复权的吗? ![image](https://user-images.githubusercontent.com/14151451/77929515-53a64a80-72dc-11ea-834d-0649901a48c3.png)

for the file: get_stock_data.py you need to change line 46 from ` df_code.to_csv(f'{self.output_dir}/{row["code"]}.{row["code_name"]}.csv', index=False)` to ` df_code.to_csv(f'{self.output_dir}/{row["code"]}.{row["code_name"].replace("*","")}.csv', index=False)`

如何才能让轮子转起来,好比今天运行程序那未来如何操作,只能跑历史数据吗?如何让test里面的数据每日自动增加并且每天提供信号

这样没有办法充分利用所有样本训练,日数据有这么少 ![image](https://user-images.githubusercontent.com/14151451/77984502-4fae1300-7344-11ea-8667-27d4e2cf1c77.png)

Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.0.0 to 9.3.0. Release notes Sourced from pillow's releases. 9.3.0 https://pillow.readthedocs.io/en/stable/releasenotes/9.3.0.html Changes Initialize libtiff buffer when saving #6699 [@​radarhere] Limit SAMPLESPERPIXEL to avoid runtime DOS #6700 [@​wiredfool]...

dependencies

Bumps [tensorflow-gpu](https://github.com/tensorflow/tensorflow) from 1.15.2 to 2.9.3. Release notes Sourced from tensorflow-gpu's releases. TensorFlow 2.9.3 Release 2.9.3 This release introduces several vulnerability fixes: Fixes an overflow in tf.keras.losses.poisson (CVE-2022-41887) Fixes a...

dependencies