Skip to content

Commit 5d0595f

Browse files
Make Monkey and Engine work without git (#334)
* Make Monkey work without git * Make Engine work without git
1 parent 947b6e9 commit 5d0595f

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

RLBotPack/Engine/Engine/requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
rlbot==1.*
44
--find-links https://download.pytorch.org/whl/torch_stable.html
55
torch==2.0.1+cpu
6-
stable_baselines3==1.7.0
7-
gym @ git+https://github.com/openai/gym.git@9180d12e1b66e7e2a1a622614f787a6ec147ac40
6+
stable_baselines3==2.1.0
87
rlgym-compat
98
numpy
109
gym

RLBotPack/Monkey/requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ rlbot==1.*
44
--find-links https://download.pytorch.org/whl/torch_stable.html
55
torch==2.0.1+cpu
66
rlgym-compat>=1.0.2
7-
stable_baselines3==1.7.0
8-
gym @ git+https://github.com/openai/gym.git@9180d12e1b66e7e2a1a622614f787a6ec147ac40
7+
stable_baselines3==2.1.0
98
numpy
109

1110
# This will cause pip to auto-upgrade and stop scaring people with warning messages

0 commit comments

Comments
 (0)