From fe42deecf4978d1f0cb09495653eb6c89142c1ae Mon Sep 17 00:00:00 2001
From: Erik Nygren <baerenjesus@gmail.com>
Date: Mon, 12 Aug 2019 12:04:05 +0000
Subject: [PATCH] Update Getting_Started_Training.md

---
 torch_training/Getting_Started_Training.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/torch_training/Getting_Started_Training.md b/torch_training/Getting_Started_Training.md
index d575e1c..8a156e5 100644
--- a/torch_training/Getting_Started_Training.md
+++ b/torch_training/Getting_Started_Training.md
@@ -59,6 +59,7 @@ For training purposes the tree is flattend into a single array.
 
 ## Training
 ### Setting up the environment
+Before you get started with the training make sure that you have [pytorch](https://pytorch.org/get-started/locally/) installed.
 Let us now train a simle double dueling DQN agent to navigate to its target on flatland. We start by importing flatland
 
 ```
-- 
GitLab