feat(*): Add default bot code

This commit is contained in:
Josh Creek
2023-09-25 20:37:02 +01:00
parent a5ac72216b
commit d12d42f114
11 changed files with 448 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
# Include everything the framework requires
# You will automatically get updates for all versions starting with "1.".
rlbot==1.*
--find-links https://download.pytorch.org/whl/torch_stable.html
torch==2.0.1+cu117
rlgym-compat>=1.1.0
numpy
# This will cause pip to auto-upgrade and stop scaring people with warning messages
pip