Yijie Zhuang

Results 9 comments of Yijie Zhuang

In this repo, you convert the caffe model to tensorflow and use the trained params, and then didn't get the similar results ?

How can you verify your layers_builder build the exact model as in the paper.

Since you already have the network, why can't you train the model from scratch ?

Intersting to know this. Is there any framework that support BN on multi-GPU currently ?

Hi @haowang-ms89, Thanks for sharing the details. Is the issue here that you cannot get the predictions results on hosting?

+1 for the request. Another benefit brought by using gym.make("") will be video replay. Without that, is there anyway for for video replay at the moment? @awjuliani

Thanks @awjuliani ! This looks wonderful. Will this support gym 'monitor' interface for video replay?

Thanks @vwxyzjn I am pretty new to Unity so correct me if I am wrong. I think gym monitor can only be applied when the env was created by `gym.make`....

How can I know if the env implemented the rendering given that the env file is a Unity binary?