Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ pool:

steps:

- bash: "sudo apt-get install -y ffmpeg xvfb freeglut3-dev python-opengl"
displayName: 'Install ffmpeg, freeglut3-dev, and xvfb'
#- bash: "sudo apt-get install -y ffmpeg xvfb freeglut3-dev python-opengl --fix-missing"
# displayName: 'Install ffmpeg, freeglut3-dev, and xvfb'

- task: UsePythonVersion@0
inputs:
Expand All @@ -31,7 +31,7 @@ steps:
displayName: 'Install Python Packages'

- script: |
xvfb-run -s "-screen 0 1400x900x24" pytest -n 2 tests --doctest-modules --junitxml=junit/test-results.xml --cov=./ --cov-report=xml --cov-report=html
xvfb-run -s "-screen 0 1400x900x24" pytest tests --doctest-modules --junitxml=junit/test-results.xml --cov=./ --cov-report=xml --cov-report=html
displayName: 'Test with pytest'

- task: PublishTestResults@2
Expand Down
Binary file not shown.
Binary file not shown.
53 changes: 29 additions & 24 deletions docs_src/rl.agents.dddqn.ipynb

Large diffs are not rendered by default.

58 changes: 38 additions & 20 deletions docs_src/rl.agents.ddpg.ipynb

Large diffs are not rendered by default.

40 changes: 21 additions & 19 deletions docs_src/rl.agents.doubledqn.ipynb

Large diffs are not rendered by default.

Loading