소스 검색

Updated README

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