puke

Results 15 comments of puke

可惜了1.8W的star

@xiaoyongzhu I find this logic about `nb_max_episode_steps` in `keras-rl`'s library file `core.py`. ```python if nb_max_episode_steps and episode_step >= nb_max_episode_steps - 1: # Force a terminal state. done = True ```...

> I think you need set your model output layer's shape from (None, 3) to (None, 1).

> 在Python 3.9上也遇到这样的问题,换到3.8就可以了。 我现在换3.8试试,要是不行的话,把你头打疤

> > 在Python 3.9上也遇到这样的问题,换到3.8就可以了。 > > 我现在换3.8试试,要是不行的话,把你头打疤 可以个der,你个老6。。 ``` (base) ➜ ~ python -V Python 3.9.12 (base) ➜ ~ conda env remove -n python-wechaty-demo Remove all packages in environment /Users/test/opt/anaconda3/envs/python-wechaty-demo:...

老哥们,直接换JS吧,连docker都不用配置,`npm install wechaty` 之后直接撸代码,亲测有效 ```javascript const {WechatyBuilder} = require('wechaty') const wechaty = WechatyBuilder.build({ puppetOptions: { uos: true, } }) wechaty .on('scan', (qrcode, status) => console.log(`Scan QR Code to login: ${status}\nhttps://wechaty.js.org/qrcode/${encodeURIComponent(qrcode)}`))...

啊,我跟进来了,找到原因了,在这里: 这里的`v`是`None`,直接调用了encode,所以报错了。

是`h2`这个库的锅,阿西吧。。

Same issue, and I found the reason is, there are two nodes: One is "SAM Model Loader", from "WS Node Suite", **DO NOT USE THIS**; The other is "SAMModelLoader", from...