From 02d05b6180862c28ef278eb14d6039240c341be5 Mon Sep 17 00:00:00 2001
From: roberta_raileanu <raileanu.roberta@gmail.com>
Date: Tue, 8 Jun 2021 16:46:30 +0000
Subject: [PATCH] Pointer to TorchBeast readme and random agent.

---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 025677a..dc6e7c7 100644
--- a/README.md
+++ b/README.md
@@ -94,8 +94,9 @@ You can add your SSH Keys to your GitLab account by going to your profile settin
     ## Install NLE according to the instructions above
     ```
 
-4. Try out random rollout script in `rollout.py`.
+4. Try out a random agent by setting `AGENT = RandomAgent` in `submission_config.py` and then running `rollout.py`.
 
+5. See [this](/nethack_baselines/torchbeast/README.md) for an example of how to train and submit an IMPALA agent. Check out `nethack_baselines` for more examples. 
 
 ## How do I specify my software runtime / dependencies ? - TODO
 
-- 
GitLab