YonV1943 曾伊言

Results 40 comments of YonV1943 曾伊言

谢谢你开启的issue,原来还有这种情况。我可能需要找一台能跑 pytorch 的 windows 电脑试着复现你遇到的问题。 `method = 'spawn' if os.name == 'nt' else 'forkserver' # os.name == 'nt' means Windows NT operating system (WinOS)` 代码中的这一行,就是之前我们发现 pytorch 的多进程在 Windows系统 有问题,才加上去的。 看来...

> Having the same issue! > > Is anyone even tracking this?! Having the same issue! ```pyfolio/pos.py:26: UserWarning: Module "zipline.assets" not found; mutltipliers will not be applied to position notionals.```

这里是我在把 A2C 和 PPO 合并的时候出错了。这两个issue 应该是同一个问题: https://github.com/AI4Finance-Foundation/ElegantRL/issues/306 我会一起更新代码解决它们。谢谢你

The follow Pull request fix this bug ↓ Fix bug for vec env and agentbase init https://github.com/AI4Finance-Foundation/ElegantRL/pull/248

You means that "it is forbidden by the Terms of Service (ToS) of OpenAI ChatGPT". Thank you for your response to this issue. Maybe the open source community can have...

It is possibale to use the ChatGPT of OpenAI to train our own ChatGPT. > The figure below illustrates how we obtained the Alpaca model. For the data, we generated...

`CUDA error: out of memory` You can try `args.gpu_id = -1` to use CPU instead of GPU. Use CPU for training is much slower than GPU, but it won't meet...

The follow Pull request fix this bug ↓ Fix bug for vec env and agentbase init https://github.com/AI4Finance-Foundation/ElegantRL/pull/248

The follow Pull request fix this bug ↓ Fix bug for vec env and agentbase init https://github.com/AI4Finance-Foundation/ElegantRL/pull/248