openai / coinrun

Code for the paper "Quantifying Transfer in Reinforcement Learning"
https://blog.openai.com/quantifying-generalization-in-reinforcement-learning/
MIT License
390 stars 86 forks source link

mpi initialization fix #36

Closed kcobbe closed 5 years ago

kcobbe commented 5 years ago

baselines.common.tf_util.initialize must now be called by all MPI workers.

kcobbe commented 5 years ago

you're right, this isn't a problem if using the version of baselines in requirements.txt.