浏览代码

Update README.md

Maxime Chevalier-Boisvert 7 年之前
父节点
当前提交
88cdaf172f
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      README.md

+ 3 - 0
README.md

@@ -28,6 +28,9 @@ cd basicrl
 # PyTorch
 conda install pytorch torchvision -c soumith
 
+# Dependencies needed by OpenAI baselines
+sudo apt install libopenmpi-dev zlib1g-dev cmake
+
 # OpenAI baselines
 git clone https://github.com/openai/baselines.git
 cd baselines