AI4Finance-Foundation / AI4Finance-Foundation/FinRL-Trading

SyntaxError

未关闭
#32 2 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Python
星标
3.7k
派生
1.1k
PR 合并指标
30 天内没有已合并 PR

描述

Hello, I cannot run the code because I get this error:

````
(venv) linus@linux:~/trading/Deep-Reinforcement-Learning-for-Automated-Stock-Trading-Ensemble-Strategy-ICAIF-2020$ python run_DRL.py
WARNING:tensorflow:
The TensorFlow contrib module will not be included in TensorFlow 2.0.
For more information, please see:
* https://github.com/tensorflow/community/blob/master/rfcs/20180907-contrib-sunset.md
* https://github.com/tensorflow/addons
* https://github.com/tensorflow/io (for I/O related ops)
If you depend on functionality not listed there, please file an issue.

Traceback (most recent call last):
File "run_DRL.py", line 12, in
from model.models import *
File "/home/linus/trading/Deep-Reinforcement-Learning-for-Automated-Stock-Trading-Ensemble-Strategy-ICAIF-2020/model/models.py", line 23, in
from env.EnvMultipleStock_train import StockEnvTrain
File "/home/linus/trading/Deep-Reinforcement-Learning-for-Automated-Stock-Trading-Ensemble-Strategy-ICAIF-2020/venv/lib/python3.6/site-packages/env.py", line 51
print k
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(k)?

> `
```

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。