File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1616
1717jobs :
1818 colab :
19- runs-on : ubuntu-latest
19+ runs-on : ubuntu-22.04
2020 env :
2121 COLAB_ALWAYS_INSTALL_XVFB : 1
2222 QLEARNING_NUM_TRAINING_STEPS : 5
Original file line number Diff line number Diff line change 217217 " \n " ,
218218 " from mlagents_envs.registry import default_registry\n " ,
219219 " \n " ,
220- " env = default_registry[env_id].make(timeout_wait=120 )"
220+ " env = default_registry[env_id].make()"
221221 ],
222222 "execution_count" : 3 ,
223223 "outputs" : [
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ def run(self):
6262 "Pillow>=4.2.1" ,
6363 "protobuf>=3.6,<3.21" ,
6464 "pyyaml>=3.1.0" ,
65- "torch>=2.1.1,<=2.8.0 " ,
65+ "torch>=2.1.1" ,
6666 "tensorboard>=2.14" ,
6767 # adding six explicit dependency since tensorboard needs it but doesn't declare it as a dep
6868 "six>=1.16" ,
You can’t perform that action at this time.
0 commit comments