Closed muupan closed 5 years ago
I confirmed that this enabled training with batch normalization and actor-learner parallelism, so I removed [WIP].
/test
Successfully created a job for commit 4aaf766:
/test
Successfully created a job for commit b82b710:
so that BatchNormalization etc can be safely shared among processes. This is required by #477
I'll remove [WIP] once I confirm that this enables training with batch normalization.
chainerrl.misc.namedpersistent
, a function that mimics https://github.com/chainer/chainer/pull/6788chainerrl.misc.async_.extract_params_as_shared_arrays
andchainerrl.misc.async_.set_shared_params
so that not only parameters but also persistent values are shared among processes.