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 5ba0670 commit ac25035Copy full SHA for ac25035
.github/workflows/colab.yml
@@ -53,6 +53,11 @@ jobs:
53
python -m pip install --progress-bar=off -e ./ml-agents-envs
54
python -m pip install --progress-bar=off -e ./ml-agents
55
python -m pip install --progress-bar=off -r colab_requirements.txt
56
+ - name: Start Xvfb
57
+ run: |
58
+ sudo apt-get install xvfb
59
+ Xvfb :99 -screen 0 1024x768x16 &
60
+ export DISPLAY=:99
61
- name: Execute notebook
62
run: jupyter nbconvert --to notebook --execute --log-level=DEBUG --ExecutePreprocessor.kernel_name=python3 --output output-${{ matrix.notebook_path }} colab/${{ matrix.notebook_path }}
63
- name: Upload colab results
0 commit comments