Conversation
There was a problem hiding this comment.
Pull request overview
Adds the TensorBot v5 bot to the repository as a Git submodule so it can be tracked and pulled alongside the existing Botpack components.
Changes:
- Added
Botpack/TensorBot-v5as a submodule pinned to a specific commit - Registered the new submodule in
.gitmoduleswith its path and remote URL
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| Botpack/TensorBot-v5 | Introduces the gitlink entry pointing to the pinned TensorBot-v5 submodule commit |
| .gitmodules | Registers the TensorBot-v5 submodule path and GitHub URL |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
You converted TensorBot to PyTorch? Impressive. I can't test this right now but I will. |
that was already like this (the commit was around 2 years ago in the original) |
|
alright this should fix it |
|
I'm trying to get the new PR test workflow to run on this hmmm |
|
Can you pull my latest commit to the botpack? It shouldn't conflict because it's just the one workflow file added. I think you can do it like this: git remote add upstream https://github.com/RLBot/botpack.git
git fetch upstream
git rebase upstream master
git pushThis should pull the workflow and cause it to run on this PR. I hope. |
…jit traced (shouldnt make much of a difference but if it works why not) Signed-off-by: HappyBavarian07 <quirin.hosse@hosse.de>
|
did it i think. |
VirxEC
left a comment
There was a problem hiding this comment.
Looks like the workflow still needs some work to get caching to work (so only the PR'd bot gets built.) I'll work on that, but I'll merge this.
No description provided.