miyunluo

Results 2 issues of miyunluo

建议可以查询的时候加入歌手信息,这样可以使结果更精确,因为有同名的歌存在 `url = 'http://sug.music.baidu.com/info/suggestion'` `mess = song_name + ' ' + singer` `payload = {'word': mess, 'version': '2.1.1', 'from': '0'}` 我基于你的代码写了一个[https://github.com/miyunluo/NeteaseBaiduFlac](url)

enhancement
ToDo

Dear author, thanks for open source your code. I notice there is a function `_update_normal()` in gasil.py line 522, which uses the normal replay buffer to do `q_train()` and `p_train()`....