From 58d3d163d563bbc78f2ec001794ab23a0fdbfb0c Mon Sep 17 00:00:00 2001 From: Harald Carlens <7941504+hcarlens@users.noreply.github.com> Date: Thu, 18 Jun 2026 09:58:25 +0100 Subject: [PATCH 1/3] =?UTF-8?q?Add=20competition:=20The=20Pok=C3=A9mon=20C?= =?UTF-8?q?ompany=20-=20PTCG=20AI=20Battle=20Challenge=20Strategy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- competitions.json | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/competitions.json b/competitions.json index 73f3c71..29fe01e 100644 --- a/competitions.json +++ b/competitions.json @@ -6826,12 +6826,31 @@ ], "launched": "19 May 2025", "deadline": "17 Aug 2026", - "additional_urls": ["https://xprize.devpost.com/"], + "additional_urls": [ + "https://xprize.devpost.com/" + ], "prize": "$2,000,000", "platform": "Devpost", "sponsor": "Google", "conference": null, "conference-year": null + }, + { + "name": "The Pokémon Company - PTCG AI Battle Challenge Strategy", + "url": "https://www.kaggle.com/competitions/pokemon-tcg-ai-battle-challenge-strategy?ref=mlcontests", + "tags": [ + "games", + "artificial intelligence", + "reinforcement learning" + ], + "launched": "16 Jun 2026", + "registration-deadline": "6 Sep 2026", + "deadline": "13 Sep 2026", + "prize": "$240,000", + "platform": "Kaggle", + "sponsor": "The Pokémon Company - PTCGABC Team", + "conference": null, + "conference_year": null } ] -} +} \ No newline at end of file From 01d4f0eb8b9d44a557cde61ee4eabd845903c5f6 Mon Sep 17 00:00:00 2001 From: Harald Carlens <7941504+hcarlens@users.noreply.github.com> Date: Thu, 18 Jun 2026 10:34:08 +0100 Subject: [PATCH 2/3] Update competitions.json --- competitions.json | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/competitions.json b/competitions.json index 29fe01e..a610a8d 100644 --- a/competitions.json +++ b/competitions.json @@ -6836,21 +6836,26 @@ "conference-year": null }, { - "name": "The Pokémon Company - PTCG AI Battle Challenge Strategy", + "name": "Develop and Explain Pokemon Card Battle Agents", "url": "https://www.kaggle.com/competitions/pokemon-tcg-ai-battle-challenge-strategy?ref=mlcontests", "tags": [ - "games", - "artificial intelligence", - "reinforcement learning" + "pvp", + "game", + "reinforcement learning", + "subjective", + "hackathon", + "writing" ], "launched": "16 Jun 2026", "registration-deadline": "6 Sep 2026", "deadline": "13 Sep 2026", "prize": "$240,000", "platform": "Kaggle", - "sponsor": "The Pokémon Company - PTCGABC Team", + "sponsor": "The Pokémon Company", "conference": null, - "conference_year": null + "conference_year": null, + "additional_urls": [ + "https://www.kaggle.com/competitions/pokemon-tcg-ai-battle" } ] -} \ No newline at end of file +} From d25ec625e7efdb4ae9b6883808dc28911122841c Mon Sep 17 00:00:00 2001 From: Harald Carlens <7941504+hcarlens@users.noreply.github.com> Date: Thu, 18 Jun 2026 10:35:07 +0100 Subject: [PATCH 3/3] Fix typo --- competitions.json | 1 + 1 file changed, 1 insertion(+) diff --git a/competitions.json b/competitions.json index a610a8d..8b92c04 100644 --- a/competitions.json +++ b/competitions.json @@ -6856,6 +6856,7 @@ "conference_year": null, "additional_urls": [ "https://www.kaggle.com/competitions/pokemon-tcg-ai-battle" + ] } ] }