浏览代码

Updated README

Maxime Chevalier-Boisvert 7 年之前
父节点
当前提交
208268a036
共有 2 个文件被更改,包括 2 次插入9 次删除
  1. 2 7
      README.md
  2. 0 2
      pytorch_rl/requirements.txt

+ 2 - 7
README.md

@@ -12,7 +12,7 @@ Requirements:
 - Python 3
 - Python 3
 - OpenAI Gym
 - OpenAI Gym
 - NumPy
 - NumPy
-- PyQT 5 for graphics
+- PyQT 5 for graphical output
 
 
 This environment has been built at the [MILA](https://mila.quebec/en/) as
 This environment has been built at the [MILA](https://mila.quebec/en/) as
 part of the [Baby AI Game](https://github.com/maximecb/baby-ai-game) project.
 part of the [Baby AI Game](https://github.com/maximecb/baby-ai-game) project.
@@ -28,16 +28,11 @@ pip3 install -e .
 ```
 ```
 
 
 Optionally, if you wish use the reinforcement learning code included
 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 can should install PyTorch as follows:
 
 
 ```
 ```
-cd pytorch_rl
-
 # PyTorch
 # PyTorch
 conda install pytorch torchvision -c soumith
 conda install pytorch torchvision -c soumith
-
-# Other requirements
-pip3 install -r requirements.txt
 ```
 ```
 
 
 Note: the pytorch_rl code is a custom fork of [this repository](https://github.com/ikostrikov/pytorch-a2c-ppo-acktr),
 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