diff --git a/README.md b/README.md
index 84bf95c..036964c 100644
--- a/README.md
+++ b/README.md
@@ -19,6 +19,8 @@ To pre-process the Atari-HEAD data run [Preprocess_AtariHEAD.ipynb](Preprocess_A
 ## Intention-based Hierarchical RL Agent
 The Int-HRL agent is based on the hierarchically guided Imitation Learning method (hg-DAgger/Q), where we adapted code from [https://github.com/hoangminhle/hierarchical_IL_RL](https://github.com/hoangminhle/hierarchical_IL_RL) <br>
 
+![results](supplementary/results_updated.pdf)
+
 Due to the novel sub-goal extraction pipeline, our agent does not require experts during training and is more than three times more sample efficient compared to hg-DAgger/Q. <br>
 
 To run the full agent with 12 separate low-level agents for sub-goal execution, run [agent/run_experiment.py](agent/run_experiment.py), for single agents (one low-level agent for all sub-goals) run [agent/single_agent_experiment.py](agent/single_agent_experiment.py). 
diff --git a/supplementary/results_updated.pdf b/supplementary/results_updated.pdf
new file mode 100644
index 0000000..ec43ec7
Binary files /dev/null and b/supplementary/results_updated.pdf differ