PaddlePaddle / PARL

A high-performance distributed training framework for Reinforcement Learning
https://parl.readthedocs.io/
Apache License 2.0
3.24k stars 819 forks source link

我用算法训练时出现Unhandled exception in thread started by Error in sys.excepthook: #932

Closed djjstyle closed 1 year ago

djjstyle commented 2 years ago

‘Unhandled exception in thread started by Error in sys.excepthook:

Original exception was:’ 请问这是什么原因?这对训练会有影响吗?

TomorrowIsAnOtherDay commented 2 years ago

这应该是程序结束时出现的吧?

djjstyle commented 2 years ago

这应该是程序结束时出现的吧?

不是,是在运行过程中出现的

djjstyle commented 2 years ago

这应该是程序结束时出现的吧?

请问这会影响算法的效果吗?

TomorrowIsAnOtherDay commented 2 years ago

你在运行PARL的哪个example 过程中出现的呢?

djjstyle commented 2 years ago

你在运行PARL的哪个example 过程中出现的呢? PARL-develop\examples\tutorials\lesson2\q_learning还有PARL-develop\examples\DQN

TomorrowIsAnOtherDay commented 2 years ago

不影响。我们这两个example没有多线程。