Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark2000 committed May 30, 2024
1 parent 4f51e74 commit 5be220a
Show file tree
Hide file tree
Showing 19 changed files with 8,859 additions and 204 deletions.
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Please describe the tests that you ran to verify your changes.
### Passes Tests
- [ ] __Unit tests__ `pytest --cov bsk_rl --cov-report term-missing tests/unittest`
- [ ] __Integrated tests__ `pytest --cov bsk_rl --cov-report term-missing tests/integration`
- [ ] __Examples__ `pytest tests/examples`
- [ ] __Documentation builds__ `cd docs; make html`

### Test Configuration
- Python:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
cp docs/sitecustomize.py $(python -c 'import site; print(site.getsitepackages()[0])')/sitecustomize.py
- name: Install dependencies
run: |
pip install -e .
pip install -e '.[docs]'
# skip finish install steps
- name: Sphinx build
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation_refactor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
cp docs/sitecustomize.py $(python -c 'import site; print(site.getsitepackages()[0])')/sitecustomize.py
- name: Install dependencies
run: |
pip install -e .
pip install -e '.[docs,rllib]'
# skip finish install steps
- name: Sphinx build
run: |
Expand Down
2 changes: 1 addition & 1 deletion .isort.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[settings]
profile=black
profile=black
2 changes: 1 addition & 1 deletion .ruff.toml
Original file line number Diff line number Diff line change
@@ -1 +1 @@

extend-include = ["*.ipynb"]
8 changes: 4 additions & 4 deletions docs/build/doctrees/nbsphinx/examples/multiagent_envs.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"execution_count": 1,
"metadata": {
"execution": {
"iopub.execute_input": "2024-05-30T02:22:13.170922Z",
"iopub.status.busy": "2024-05-30T02:22:13.170812Z",
"iopub.status.idle": "2024-05-30T02:22:13.176020Z",
"shell.execute_reply": "2024-05-30T02:22:13.175728Z"
"iopub.execute_input": "2024-05-30T19:06:10.057537Z",
"iopub.status.busy": "2024-05-30T19:06:10.057360Z",
"iopub.status.idle": "2024-05-30T19:06:10.063969Z",
"shell.execute_reply": "2024-05-30T19:06:10.063625Z"
}
},
"outputs": [],
Expand Down
Loading

0 comments on commit 5be220a

Please sign in to comment.