We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bdfd339 + c9256e0 commit d5b9c6dCopy full SHA for d5b9c6d
requirements-freqai-rl.txt
@@ -2,7 +2,7 @@
2
-r requirements-freqai.txt
3
4
# Required for freqai-rl
5
-torch==2.6.0; sys_platform != 'darwin' or platform_machine != 'x86_64'
+torch==2.7.0; sys_platform != 'darwin' or platform_machine != 'x86_64'
6
gymnasium==0.29.1
7
# SB3 >=2.5.0 depends on torch 2.3.0 - which implies it dropped support x86 macos
8
stable_baselines3==2.4.1; sys_platform == 'darwin' and platform_machine == 'x86_64'
0 commit comments