Skip to content

Commit 22329ee

Browse files
authored
[Add]Add competition&IJCAI_2024 submodule (#873)
* [Add]Add competition&IJCAI_2024 code * update README
1 parent 7b6640f commit 22329ee

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "competition/IJCAI_2024_CAR"]
2+
path = competition/IJCAI_2024_CAR
3+
url = https://atomgit.com/paddlenumberone/ijcai_car.git

competition/IJCAI_2024_CAR

Submodule IJCAI_2024_CAR added at 1dcf78a

competition/README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Competition
2+
3+
This part is for all competitions.
4+
Codes of all competitions are stored by submoudule. If you need to obtain it, please initialize the submoudule after cloning PaddleScience.
5+
6+
## submodule initialization
7+
8+
``` sh
9+
# for example IJCAI_2024_CAR
10+
cd PaddleScience
11+
git submodule update --init --recursive competition/IJCAI_2024_CAR
12+
```
13+
14+
## competition list
15+
16+
| competition name | submodule name | official website |
17+
|-------------|-------------|-------------|
18+
| IJCAI | IJCAI_2024_CAR | [IJCAI_2024_CAR](https://competition.atomgit.com/competitionInfo?id=7f3f276465e9e845fd3a811d2d6925b5) |

0 commit comments

Comments
 (0)