al
al
@bobo0810 能否把你的训练loss图贴出来, 看一下是在哪里开始突破0.69. 我改成你说的参数, 可loss还是在0.69.
我把batch size从4 (#37) 增加到32,就开始突破0.69了.
转换成bytes ?我用python client可以上传为bytes
I use tf 1.7.0. If commented out var_to_save, we also need to comment out the self.saver attribute, is it? since it depends on the var_to_save to initialize. And once commented...
By the way, same error happened in 1.8.0 too. Thanks to your updated comments in the code, it's more clear to me how to apply this fix.
Wow, didn't know tf 1.4 has this bug. Do you know which issue they created for this fix? I tried to google, but couldn't find. Actually would you consider to...
Pulled the updates, greedy policy works. But it doesn't give win rate. Plus it doesn't seem to me the greedy policy has advantage against random. 
while we're at it, is it possible to specify the exact price we want to make it in? In that case, we can specify any OHLC, or combinations. We can...
What is the API implication to implement this? Though I tend to think this is a feature very worth to have.