longqianlanqiu
Results
2
issues of
longqianlanqiu
在B站学习paddleDQN算法时尝试复现,运行代码报错:ImportError: cannot import name 'layers' from 'parl' (C:\Users\lenovo\anaconda3\envs\paddle_env\lib\site-packages\parl\__init__.py) paddle版本是:paddlepaddle-gpu 2.0.2.post110 parl版本是:parl 1.4.3 windows10
尝试使用paddle的DQN算法训练gym中的环境时,出现了如下报错: InvalidArgumentError: After flatten the input tensor X and Y to 2-D dimensions matrix X1 and Y1, the matrix X1's width must be equal with matrix Y1's height. But received...