chainer / chainerrl

ChainerRL is a deep reinforcement learning library built on top of Chainer.
MIT License
1.18k stars 224 forks source link

Share persistent values among processes #486

Closed muupan closed 5 years ago

muupan commented 5 years ago

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.

muupan commented 5 years ago

I confirmed that this enabled training with batch normalization and actor-learner parallelism, so I removed [WIP].

muupan commented 5 years ago

/test

pfn-ci-bot commented 5 years ago

Successfully created a job for commit 4aaf766:

muupan commented 5 years ago

/test

pfn-ci-bot commented 5 years ago

Successfully created a job for commit b82b710: