Bo Zhou
Bo Zhou
Same issue. I installed the newest version and built from the source code
It seems to be the problem of an incompatible version of protobuf, and I have solved the problem by reinstalling it. Thanks for replying.
Hello, thanks for your interest in PARL. We are still working on adding more algorithms. The torch-based IMPALA is at our todo-list, but not at the top. The next algorithm...
十分感谢你的建议,我们会把这个放在近期的开发计划中(PS:我们上个月完善了MADDPG的离散/连续控制.)
关于paddle接口的问题,请去paddle官方仓库上提问哈,会有专门的团队解答的。
hello,十分感谢你的issue。 B站对应的课程是基于静态图版本开发的,目前你安装的2.0版本属于动态图版本,你得安装对应的版本才行。 关于版本的问题我们已经在课程对应的目录下面做了提示,请参考这个[说明](https://github.com/PaddlePaddle/PARL/tree/develop/examples/tutorials#%E5%AE%89%E8%A3%85%E4%BE%9D%E8%B5%96%E6%B3%A8%E6%84%8F%E8%AF%B7%E5%8A%A1%E5%BF%85%E5%AE%89%E8%A3%85%E5%AF%B9%E5%BA%94%E7%9A%84%E7%89%88%E6%9C%AC)。
https://github.com/PaddlePaddle/PARL/blob/ab1eb893a9f0ac1d5238c6a5277ea7e7c6cd1fdf/examples/DQN/cartpole_model.py#L17 建议还是使用上面这行代码引入layers。 通过这种方式构建的网络,PARL框架才可以把定位到创建的参数并进行更新。
你使用的是哪个版本的python?
感谢反馈,我们后续会提供paddle版本的
问下你运行的源码能贴下吗? 请提供下相关的代码、运行方式以及运行环境,方便我们这边复现问题。