File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 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
5454 python -m pip install --progress-bar=off -e ./ml-agents
5555 python -m pip install --progress-bar=off -r colab_requirements.txt
5656 - name : Execute notebook
57- run : jupyter nbconvert --to notebook --execute --log-level=DEBUG --ExecutePreprocessor.kernel_name=python3 --ExecutePreprocessor.timeout=600 -- output output-${{ matrix.notebook_path }} colab/${{ matrix.notebook_path }}
57+ run : jupyter nbconvert --to notebook --execute --log-level=DEBUG --ExecutePreprocessor.kernel_name=python3 --output output-${{ matrix.notebook_path }} colab/${{ matrix.notebook_path }}
5858 - name : Upload colab results
5959 uses : actions/upload-artifact@v4
6060 with :
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()"
220+ " env = default_registry[env_id].make(timeout_wait=120 )"
221221 ],
222222 "execution_count" : 3 ,
223223 "outputs" : [
You can’t perform that action at this time.
0 commit comments