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.
1 parent 9b1fc7a commit d6541d8Copy full SHA for d6541d8
requirements-freqai-rl.txt
@@ -6,6 +6,6 @@ torch==2.8.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.7.0; sys_platform != 'darwin' or platform_machine != 'x86_64'
9
-sb3_contrib>=2.2.1
+sb3_contrib>=2.2.1; sys_platform != 'darwin' or platform_machine != 'x86_64'
10
# Progress bar for stable-baselines3 and sb3-contrib
11
tqdm==4.67.1
0 commit comments