Maxime Chevalier-Boisvert преди 7 години
родител
ревизия
3096a3b7f4
променени са 2 файла, в които са добавени 2 реда и са изтрити 9 реда
  1. 2 7
      README.md
  2. 0 2
      pytorch_rl/requirements.txt

+ 2 - 7
README.md

@@ -28,16 +28,11 @@ pip3 install -e .
 ```
 
 Optionally, if you wish use the reinforcement learning code included
-under [/pytorch_rl](/pytorch_rl), you can install its dependencies as follows:
+under [/pytorch_rl](/pytorch_rl), you should install PyTorch as follows:
 
 ```
-cd pytorch_rl
-
 # PyTorch
-conda install pytorch torchvision -c soumith
-
-# Other requirements
-pip3 install -r requirements.txt
+conda install pytorch torchvision -c pytorch
 ```
 
 Note: the pytorch_rl code is a custom fork of [this repository](https://github.com/ikostrikov/pytorch-a2c-ppo-acktr),

+ 0 - 2
pytorch_rl/requirements.txt

@@ -1,2 +0,0 @@
-gym
-matplotlib