From 02ba8342dc5546e7e972fe89f51431695ac00017 Mon Sep 17 00:00:00 2001 From: "Steven H. Wang" Date: Fri, 10 Jan 2020 19:20:10 -0800 Subject: [PATCH] Update README.md We don't use mpi any more --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index d8d90759b..89d5cf0b6 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,6 @@ Currently we have implementations of [AIRL](https://arxiv.org/abs/1710.11248) an To install: ``` -sudo apt install libopenmpi-dev conda create -n imitation python=3.8 # python 3.7 and virtualenv are also okay. conda activate imitation pip install -e '.[dev]' # install `imitation` in developer mode