openai/train-procgen

mpich

christopher-hesse opened this issue · 1 comments

The docs should mention installing mpich (either through conda or homebrew) so that the mpi4py install succeeds.

conda install mpi4py=3.0.3 -c conda-forge

conda install mpich -c conda-forge

There should probably be an environment.yaml file for this project.