From b1de600450ef3c0d75f90d0d1a7ee8335730b9ad Mon Sep 17 00:00:00 2001 From: HappyBavarian07 Date: Tue, 17 Mar 2026 19:34:02 +0100 Subject: [PATCH 1/3] Add TensorBot (converted to V5) --- .gitmodules | 3 +++ Botpack/TensorBot-v5 | 1 + 2 files changed, 4 insertions(+) create mode 160000 Botpack/TensorBot-v5 diff --git a/.gitmodules b/.gitmodules index d5e5d09..4ec1351 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,3 +19,6 @@ [submodule "Botpack/RLBotPhoenixCS"] path = Botpack/RLBotPhoenixCS url = https://github.com/NicEastvillage/RLBotPhoenixCS.git +[submodule "Botpack/TensorBot-v5"] + path = Botpack/TensorBot-v5 + url = https://github.com/HappyBavarian07/TensorBot-v5.git diff --git a/Botpack/TensorBot-v5 b/Botpack/TensorBot-v5 new file mode 160000 index 0000000..4dd4452 --- /dev/null +++ b/Botpack/TensorBot-v5 @@ -0,0 +1 @@ +Subproject commit 4dd445255bfc30497d2c4474bbacd52fa912b0d6 From 50d9891a4d1e7ddbec35e294c398da62219b812d Mon Sep 17 00:00:00 2001 From: HappyBavarian07 Date: Tue, 17 Mar 2026 22:28:56 +0100 Subject: [PATCH 2/3] fixed up the bot script and switched to the original models from the jit traced (shouldnt make much of a difference but if it works why not) Signed-off-by: HappyBavarian07 --- .gitignore | 1 + Botpack/TensorBot-v5 | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 36e081b..7bf0371 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ bob_build* *.xz +.idea/ diff --git a/Botpack/TensorBot-v5 b/Botpack/TensorBot-v5 index 4dd4452..9e3da1a 160000 --- a/Botpack/TensorBot-v5 +++ b/Botpack/TensorBot-v5 @@ -1 +1 @@ -Subproject commit 4dd445255bfc30497d2c4474bbacd52fa912b0d6 +Subproject commit 9e3da1a372f957c44502aea636473ab05d058947 From 89dcca571a9c2cb38ec2eb85f2304876f79ee3e6 Mon Sep 17 00:00:00 2001 From: HappyBavarian07 Date: Wed, 18 Mar 2026 00:46:13 +0100 Subject: [PATCH 3/3] Fix Spec file referencing wrong model files -.- --- Botpack/TensorBot-v5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Botpack/TensorBot-v5 b/Botpack/TensorBot-v5 index 9e3da1a..fb10ad8 160000 --- a/Botpack/TensorBot-v5 +++ b/Botpack/TensorBot-v5 @@ -1 +1 @@ -Subproject commit 9e3da1a372f957c44502aea636473ab05d058947 +Subproject commit fb10ad8294369bfbacf9578e8250d00705546157