From d1385d853db8f40a0a3e81226b5b16226a5ccecc Mon Sep 17 00:00:00 2001 From: Glen Date: Mon, 22 Oct 2018 15:13:30 -0700 Subject: [PATCH] Update README.md Working on #7 Updating link to proper external libraries. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 928647a..442c185 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ OpenGL should come as part of the drivers for your graphics hardware (whether pa ### Build Instructions -1. Download the most recent compressed external file from the [newest release](https://github.com/xbpeng/DeepTerrainRL/releases). +1. Download the most recent compressed external file from the [newest release](https://github.com/xbpeng/DeepLoco/releases/tag/0.81). 1. Extract it and move into the TerrainRL directory. The top directory of the TerrainRL repository should now contain a directory called `external`, in addition to all the other directories that were there before. 1. *If you are using an OS other and Ubuntu 16.04 64-bit* build the source code for caffe that came in the `external` directory. ```