We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rlgym_compat
1 parent d43cb93 commit dc73c19Copy full SHA for dc73c19
3 files changed
rlbot/utils/gateway.py
@@ -14,6 +14,7 @@
14
if CURRENT_OS != "Windows":
15
import shlex
16
17
+
18
def find_main_executable_path(
19
main_executable_path: Path, main_executable_name: str
20
) -> tuple[Path, Optional[Path]]:
tests/necto/requirements.txt
@@ -1,5 +1,5 @@
1
rlbot==2.*
2
numpy==1.*
3
-rlgym_compat @ git+https://github.com/JPK314/rlgym-compat@rlgymv2-rlbot-v5
+rlgym_compat @ git+https://github.com/JPK314/rlgym-compat
4
--extra-index-url https://download.pytorch.org/whl/cpu
5
torch==2.4.1+cpu
tests/nexto/requirements.txt
0 commit comments