From 996bf568ef4ea1af018a7e27005a944954e2be01 Mon Sep 17 00:00:00 2001
From: Nurul Fithria Lubis <nurul.lubis@hhu.de>
Date: Wed, 16 Dec 2020 16:03:44 +0100
Subject: [PATCH] add link to paper

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

diff --git a/README.md b/README.md
index 5a6883a..76b144c 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
 ## LAVA: Latent Action Spaces via Variational Auto-encoding for Dialogue Policy Optimization
-Codebase for [LAVA: Latent Action Spaces via Variational Auto-encoding for Dialogue Policy Optimization](https://), published as a long paper in COLING 2020. The code is developed based on the implementations of the [LaRL](https://arxiv.org/abs/1902.08858) paper.
+Codebase for [LAVA: Latent Action Spaces via Variational Auto-encoding for Dialogue Policy Optimization](https://www.aclweb.org/anthology/2020.coling-main.41.pdf), published as a long paper in COLING 2020. The code is developed based on the implementations of the [LaRL](https://arxiv.org/abs/1902.08858) paper.
 
 ### Requirements
     python 3
-- 
GitLab