Qin Yongliang
Qin Yongliang
omg, this should be fixed long ago. ran into exactly the same problem.
after you change the code and feel satisfied with the fix: 1. make a commit. now your repository of the code is newer with modifications. 2. start a 'pull request',...
Sorry but right now due to other obligations I don't really have time for detailed inspection; a possible cause might be that there's a version mismatch between my code (wrote...
i don't think there is; ddpg needs both actor and critic to work together. You need a replacement for each. 2017-11-04 9:30 GMT+08:00 Jason Liang : > Hi, > If...
when doing what?
you mean RunEnv worked, but Walker2d didn't? Usually, a connection refused error is due to: - Your firewall not letting connection to port 20099 thru - Your account running the...
no GPU required; 200 CPUs recommended; maximun ~300MB/process (that is about 200*300 = 60GB of memory). typically you farm across 10 to 20 individual machines.
为什么你fork了1.5k个项目?
the drone dataset: https://drive.google.com/open?id=1Vh703mRErDtuuWTCveinF5AJl1D9ZMOE actual training images are generated from source files included in the archive above. see `drone_samples_generation.py` for details.
@bicepjai this might be due to an implementation change of `BatchNorm` in the library `canton`, but unfortunately at the moment, I don't have the time to verify. Please consider taking...