brycebywang commited on
Commit
4538445
Β·
verified Β·
1 Parent(s): 0da18b9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -2,9 +2,9 @@
2
  <!-- markdownlint-disable html -->
3
  <!-- markdownlint-disable no-duplicate-header -->
4
 
5
- # Matrix-Game-V1: Interactive World Foundation Model
6
  <div style="display: flex; justify-content: center; gap: 10px;">
7
- <a href="https://github.com/SkyworkAI/Matrix-Game-V1">
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-V1
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-V1.git
131
- cd Matrix-Game-V1
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: