From 26451a3da416d4a56c84ebcbb59606a3fc654a52 Mon Sep 17 00:00:00 2001
From: mengze3 <2668864005@qq.com>
Date: Thu, 7 Aug 2025 13:44:58 +0800
Subject: [PATCH] update readme
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 401766f..2d5ee51 100755
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ python PathNet/train_ours.py
```
### 2.3 Visualizing the Results
-Once the model converges, you can visualize it. A pretrained model is provided [here](https://drive.google.com/file/d/13o9flu4yo451FzMRhiEFF8PYq2dcNoDo/view?usp=sharing):
+Once the model converges, you can visualize it:
```bash
cd ~/DPtraj/deepPathPlan
@@ -42,7 +42,7 @@ python PathNet/visualizer_tojit.py
To check similar results in table Table.S1 and Fig.S2 of Supplementary Materials, we provide:
1. Detailed eval log [`model.pkl.txt`](deepPathPlan/models/model.pkl.txt).
2. Detailed training log [`model.pklStep.txt`](deepPathPlan/models/model.pklStep.txt).
-3. Reproduced model [`model.pkl`](deepPathPlan/models/model.pkl).
+3. Reproduced model [`model.pkl`](https://drive.google.com/file/d/13o9flu4yo451FzMRhiEFF8PYq2dcNoDo/view?usp=sharing).
> **Note:**
> Please note that slight differences in the results compared to the paper are normal, due to variations in training configuration and package versions.