From 1bd4143e25359e96cf4998c15403f0bbf56b1a8e Mon Sep 17 00:00:00 2001
From: mlerik <baerenjesus@gmail.com>
Date: Mon, 8 Jul 2019 19:10:39 +0000
Subject: [PATCH] Update Getting_Started_Training.md

---
 torch_training/Getting_Started_Training.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/torch_training/Getting_Started_Training.md b/torch_training/Getting_Started_Training.md
index 2a70caa..91a34a6 100644
--- a/torch_training/Getting_Started_Training.md
+++ b/torch_training/Getting_Started_Training.md
@@ -210,5 +210,7 @@ for trials in range(1, n_trials + 1):
 ```
 
 Running the `navigation_training.py` file trains a simple agent to navigate to any random target within the railway network. After running you should see a learning curve similiar to this one:
-
+![Learning_curve](https://i.imgur.com/yVGXpUy.png)
+and the agent behavior should look like this:
+![Single_Agent_Navigation](https://i.imgur.com/t5ULr4L.gif)
 
-- 
GitLab