Skip to content

Commit

Permalink
Merge pull request #77 from epignatelli/docs-bench
Browse files Browse the repository at this point in the history
docs(benchmarks): add benchmarks to docs
  • Loading branch information
epignatelli authored Jun 21, 2024
2 parents 5315981 + 168682c commit be9fba0
Show file tree
Hide file tree
Showing 4 changed files with 454 additions and 5 deletions.
219 changes: 219 additions & 0 deletions docs/benchmarks/envs.ipynb

Large diffs are not rendered by default.

225 changes: 225 additions & 0 deletions docs/benchmarks/timesteps.ipynb

Large diffs are not rendered by default.

13 changes: 9 additions & 4 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@ nav:
- Quickstart:
- "Getting started": examples/getting_started.ipynb
- "PPO": examples/ppo.ipynb
- "Customizing envs": examples/customisation.ipynb
# - "Customizing envs": examples/customisation.ipynb
- Install: install/index.md
- Becnhmarks: benchmarks/index.md
- Becnhmarks:
- "Timesteps": benchmarks/timesteps.ipynb
- "Environments": benchmarks/envs.ipynb
- API: api/
- Changelog: https://github.com/epignatelli/navix/releases

Expand Down Expand Up @@ -82,14 +84,17 @@ theme:
name: Switch to dark mode

- scheme: slate
primary: light green
primary: pink
accent: red
toggle:
icon: material/weather-sunny
name: Switch to light mode

plugins:
- mkdocs-jupyter
- mkdocs-jupyter:
remove_tag_config:
remove_input_tags:
- hide_input
- mkdocstrings:
default_handler: python
handlers:
Expand Down
2 changes: 1 addition & 1 deletion navix/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
# under the License.


__version__ = "0.6.10"
__version__ = "0.6.11"
__version_info__ = tuple(int(i) for i in __version__.split(".") if i.isdigit())

0 comments on commit be9fba0

Please sign in to comment.