Update README.md
Browse files
README.md
CHANGED
|
@@ -32,7 +32,7 @@ tags:
|
|
| 32 |
<a href="https://aaai.org/Conferences/AAAI-26/"><img src="https://img.shields.io/badge/AAAI-2026-blue.svg?style=flat-square" alt="AAAI 2026"></a>
|
| 33 |
<a href="https://ojs.aaai.org/index.php/AAAI/article/view/37608"><img alt='Paper' src="https://img.shields.io/badge/Paper-AAAI.37608-green.svg"></a>
|
| 34 |
<a href="https://lee-zixu.github.io/HABIT.github.io/"><img alt='Project Page' src="https://img.shields.io/badge/Website-orange"></a>
|
| 35 |
-
<a href="https://github.com/iLearn-Lab/HABIT"><img alt='GitHub' src="https://img.shields.io/badge/GitHub-Repository-black?style=flat-square&logo=github"></a>
|
| 36 |
</p>
|
| 37 |
</div>
|
| 38 |
|
|
@@ -77,7 +77,7 @@ These weights are designed to be evaluated seamlessly using the official [HABIT
|
|
| 77 |
### Step 1: Prepare the Environment
|
| 78 |
Clone the GitHub repository and install dependencies:
|
| 79 |
```bash
|
| 80 |
-
git clone
|
| 81 |
cd HABIT
|
| 82 |
conda create -n habit python=3.8 -y
|
| 83 |
conda activate habit
|
|
|
|
| 32 |
<a href="https://aaai.org/Conferences/AAAI-26/"><img src="https://img.shields.io/badge/AAAI-2026-blue.svg?style=flat-square" alt="AAAI 2026"></a>
|
| 33 |
<a href="https://ojs.aaai.org/index.php/AAAI/article/view/37608"><img alt='Paper' src="https://img.shields.io/badge/Paper-AAAI.37608-green.svg"></a>
|
| 34 |
<a href="https://lee-zixu.github.io/HABIT.github.io/"><img alt='Project Page' src="https://img.shields.io/badge/Website-orange"></a>
|
| 35 |
+
<a href="https://github.com/iLearn-Lab/AAAI26-HABIT"><img alt='GitHub' src="https://img.shields.io/badge/GitHub-Repository-black?style=flat-square&logo=github"></a>
|
| 36 |
</p>
|
| 37 |
</div>
|
| 38 |
|
|
|
|
| 77 |
### Step 1: Prepare the Environment
|
| 78 |
Clone the GitHub repository and install dependencies:
|
| 79 |
```bash
|
| 80 |
+
git clone https://github.com/iLearn-Lab/AAAI26-HABIT
|
| 81 |
cd HABIT
|
| 82 |
conda create -n habit python=3.8 -y
|
| 83 |
conda activate habit
|