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 fc5fea4 commit f1c7d05Copy full SHA for f1c7d05
.github/workflows/colab.yml
@@ -16,7 +16,7 @@ on:
16
17
jobs:
18
colab:
19
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-latest
20
env:
21
COLAB_ALWAYS_INSTALL_XVFB: 1
22
QLEARNING_NUM_TRAINING_STEPS: 5
ml-agents/setup.py
@@ -62,7 +62,7 @@ def run(self):
62
"Pillow>=4.2.1",
63
"protobuf>=3.6,<3.21",
64
"pyyaml>=3.1.0",
65
- "torch>=2.1.1",
+ "torch>=2.1.1,<=2.8.0",
66
"tensorboard>=2.14",
67
# adding six explicit dependency since tensorboard needs it but doesn't declare it as a dep
68
"six>=1.16",
0 commit comments