Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
s-gupta committed Jul 16, 2017
1 parent fe2f8b0 commit a12bc1c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cognitive_mapping_and_planning/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ citing the following paper:
### Contents
1. [Requirements: software](#requirements-software)
2. [Requirements: data](#requirements-data)
3. [Test Pre-trained Models](#test-pre_trained-models)
3. [Test Pre-trained Models](#test-pre-trained-models)
4. [Train your Own Models](#train-your-own-models)

### Requirements: software
Expand All @@ -46,7 +46,8 @@ citing the following paper:
```

2. Install [Tensorflow](https://www.tensorflow.org/) inside this virtual
environment. Typically done with `pip install --upgrade tensorflow-gpu`.
environment. You will need to use one of the latest nightly builds
(see instructions [here](https://github.com/tensorflow/tensorflow#installation)).

3. Swiftshader: We use
[Swiftshader](https://github.com/google/swiftshader.git), a CPU based
Expand Down Expand Up @@ -99,8 +100,7 @@ citing the following paper:
`data/README.md`

### Test Pre-trained Models
1. Download pre-trained models using
`scripts/scripts_download_pretrained_models.sh`
1. Download pre-trained models. See `output/README.md`.

2. Test models using `scripts/script_test_pretrained_models.sh`.

Expand Down

0 comments on commit a12bc1c

Please sign in to comment.