jaried
jaried
Excuse me, is there any plan to fix this bug? If there is no plan, I will temporarily close the issue.
Okay, I understand now, thanks.
这个文件缺失: https://github.com/AI4Finance-Foundation/ElegantRL/blob/master/elegantrl_helloworld/demo.py
运行tutorial_helloworld_DQN.py时,出现如下的信息: | Steps 1.03e+03 ExpR 1.00 | ObjC 0.03 ObjA 1.51 | Steps 1.46e+04 ExpR 1.00 | ObjC 0.25 ObjA 10.95 DQN有AC网络吗?
这里提到hello world有sac的demo,但是代码里面并没有sac。 https://elegantrl.readthedocs.io/en/latest/helloworld/intro.html#net-agent-env-run-file-structure
我改成 `env_manager=dict(type='subprocess'),` 仍然是同一个进程 ```python 2022-10-11 14:42:07 - PID: 16296 2022-10-11 14:44:56 - PID: 16296 ``` 而且还有exception: ```python 2022-10-11 14:46:57,001 - root - ERROR - Env 0 reset has exceeded max...
我的ubuntu 22.04 cuda有点问题,用cpu模式运行了一下`subprocess`,还是同样的pid,也报了error ```python import ding, torch, sys print(ding.__version__, torch.__version__, sys.version, sys.platform) v0.4.3 1.12.1+cu116 3.9.13 (main, Aug 25 2022, 23:26:10) [GCC 11.2.0] linux ``` 
我用您的代码新建了一个Project运行了一下,windows下也是正常的。 但是我比较代码没发现哪不同。我自己再找找原因吧。谢谢您的回答。
没有其他报错信息。 和periodic_thruput_monitor相关的代码全部注释掉后,可以正常运行。