We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f95fba commit cf9eae2Copy full SHA for cf9eae2
docs/source/flow_setup.rst
@@ -10,19 +10,18 @@ tool. Follow the shell commands below to get started.
10
Installing Flow
11
=================
12
13
-Create a conda environment (add warning, that EVERYTHING is a specific version):
14
-::
15
-
16
- conda create -n flow python=3.5.2
17
- source activate flow
18
19
Install rllab-multiagent (NOTE TO TEAM: For now, it's still rllab-distributed)
20
::
21
22
git clone [email protected]:cathywu/rllab-multiagent.git
23
cd rllab-multiagent
24
git checkout flow_release # TODO eliminate this step
25
+Create a conda environment (add warning, that EVERYTHING is a specific version):
+::
+
+ conda env create -f environment.yml
26
For OSX
27
28
0 commit comments