Yushuo Guan

Results 4 issues of Yushuo Guan

Dear yuxin, sorry to bother you again. When I use your code, I found two new questions: 1. When I executed `python train_LF_1.py`, I got a CUDA error in `ClassNLLCriterion.cu`....

Dear Hongzi, I am sorry to bother you, but I went through a few problems when reproducing Pensieve with PyTorch. I found the critic loss is very high (about 30),...

I think the actor network and the actor target network should have the same parameters before the training, so I think the function `initialize` should be called in DDPG.__init__. https://github.com/megvii-rl/pytorch-gym/blob/6c9223e6e3fc5629580eec5c3f0a262a17caa5f3/DDPG_from_baselines/pytorch_base/ddpg.py#L19

Nice work. I read your code in detail and try to reproduce the training code, but I have a few questions: 1. What's your diffusers version, I tried 0.24.0 and...