From f12a96148b910043d870b1fec48fda4ea300ee30 Mon Sep 17 00:00:00 2001
From: aamirh2 <aamirh2@illinois.edu>
Date: Thu, 10 Aug 2023 19:45:21 -0500
Subject: [PATCH] Update README.md

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

diff --git a/README.md b/README.md
index 8af07e0..9fdcf5f 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ This repository is organized as follows:
 - Install [SUMO](https://eclipse.dev/sumo/)
 - Create conda environment using `environment.yml` or install the packages presented in `requirements.txt`
 - The `saved` directory contains PC policies and the trait inference model used in the paper.
-  - To train a custom PC policy refer to [PCP_REPO](ss)
+  - To train a custom PC policy refer to [PCP_REPO](https://ieeexplore.ieee.org/document/9564789)
   - To train a custom Driver trait inference model:
     - Create a dataset using the instruction in `dataset/README.md`
     - Train a DTI model using the instructions in `trait_inference/README.md`
-- 
GitLab