Update README.md
Browse files
README.md
CHANGED
@@ -2,9 +2,9 @@
|
|
2 |
<!-- markdownlint-disable html -->
|
3 |
<!-- markdownlint-disable no-duplicate-header -->
|
4 |
|
5 |
-
# Matrix-Game
|
6 |
<div style="display: flex; justify-content: center; gap: 10px;">
|
7 |
-
<a href="https://github.com/SkyworkAI/Matrix-Game
|
8 |
<img src="https://img.shields.io/badge/GitHub-100000?style=flat&logo=github&logoColor=white" alt="GitHub">
|
9 |
</a>
|
10 |
<a href="#todo">
|
@@ -19,7 +19,7 @@ You can find more visualizations on our [website](#).
|
|
19 |
|
20 |
## π₯ Latest Updates
|
21 |
|
22 |
-
* [2025-05] π Initial release of Matrix-Game
|
23 |
|
24 |
## π Performance Comparison
|
25 |
### GameWorld Score Benchmark Comparison
|
@@ -127,8 +127,8 @@ You can find more visualizations on our [website](#).
|
|
127 |
|
128 |
1. Clone the repository:
|
129 |
```bash
|
130 |
-
git clone https://github.com/SkyworkAI/Matrix-Game
|
131 |
-
cd Matrix-Game
|
132 |
```
|
133 |
|
134 |
2. Install dependencies:
|
|
|
2 |
<!-- markdownlint-disable html -->
|
3 |
<!-- markdownlint-disable no-duplicate-header -->
|
4 |
|
5 |
+
# Matrix-Game: Interactive World Foundation Model
|
6 |
<div style="display: flex; justify-content: center; gap: 10px;">
|
7 |
+
<a href="https://github.com/SkyworkAI/Matrix-Game">
|
8 |
<img src="https://img.shields.io/badge/GitHub-100000?style=flat&logo=github&logoColor=white" alt="GitHub">
|
9 |
</a>
|
10 |
<a href="#todo">
|
|
|
19 |
|
20 |
## π₯ Latest Updates
|
21 |
|
22 |
+
* [2025-05] π Initial release of Matrix-Game
|
23 |
|
24 |
## π Performance Comparison
|
25 |
### GameWorld Score Benchmark Comparison
|
|
|
127 |
|
128 |
1. Clone the repository:
|
129 |
```bash
|
130 |
+
git clone https://github.com/SkyworkAI/Matrix-Game.git
|
131 |
+
cd Matrix-Game
|
132 |
```
|
133 |
|
134 |
2. Install dependencies:
|