Hongyang Li

Results 3 issues of Hongyang Li

https://github.com/ChenglongChen/pytorch-madrl/blob/44b8f082ffb054c6dabead8971b66a7be4c1f9ff/A2C.py#L56 should add one more line: self.critic.cuda(). Also could you provide some example for running the multi-agent case? Thanks!

Hi G, I am so new to Torch, just a quick concern about fetching training data. The training data is supposed to be normalized, too. However, I see no such...

Hi, when iter_size is over 1, say 3, it still computes on one GPU, right? some confusing [here](https://github.com/gcr/torch-residual-networks/blob/master/train-cifar.lua#L201) in the code. I guess the default GPU_id is 1, aka the...