Jiayi Weng

Results 303 comments of Jiayi Weng

我不确定……但是根据经验,ais有做这种检测,cgi是没有的

中国区注册网址改了,改成一个奇怪的salesforce的地址

cgi四月初前端更新了然后把原来能免费显示最早预约时间的界面取消了(只有中国和印度这样),所以现在弄不了了

If it's resetting twice, that's expected because of some redundant code in collector (we should simplify and remove it). If it's more than 3, I don't think it's tianshou's issue.

As a workaround, you can convert MultiBinary to Discrete space.

I think you should create your own Buffer class inherited from [`ReplayBuffer`](https://github.com/thu-ml/tianshou/blob/5d09645a2c5a9f0a1a9f035a8f465f854d1c0612/tianshou/data/buffer/base.py#L14), and using [`ReplayBufferManager`](https://github.com/thu-ml/tianshou/blob/5d09645a2c5a9f0a1a9f035a8f465f854d1c0612/tianshou/data/buffer/manager.py#L12) to combine all buffers

The reason is in #486

Please use source code installation, i.e. pip install -e . We did a major refactor few months ago, and didn’t update the pypi wheel. cc @MischaPanch