Skip to content

Commit

Permalink
Adds current environments to the docs (#302)
Browse files Browse the repository at this point in the history
# Description

Adds current environments to the docs with a description, an image, and
a link to the environment.

## Type of change

- New feature (non-breaking change which adds functionality)

## Checklist

- [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with
`./orbit.sh --format`
- [x] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my
feature works
- [ ] I have updated the changelog and the corresponding version in the
extension's `config/extension.toml` file
- [x] I have added my name to the `CONTRIBUTORS.md` or my name already
exists there
  • Loading branch information
Dhoeller19 authored Dec 21, 2023
1 parent 3b8c0e4 commit 6cd0a7b
Show file tree
Hide file tree
Showing 46 changed files with 126 additions and 289 deletions.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ For more information about the framework, please refer to the `paper <https://ar

source/features/environments
source/features/actuators
source/features/motion_generators
.. source/features/motion_generators

.. toctree::
:maxdepth: 1
Expand Down
Binary file added docs/source/_static/tasks/classic/ant.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/_static/tasks/classic/cartpole.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/_static/tasks/classic/humanoid.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added docs/source/_static/tasks/locomotion/a1_flat.jpg
413 changes: 125 additions & 288 deletions docs/source/features/environments.rst

Large diffs are not rendered by default.

0 comments on commit 6cd0a7b

Please sign in to comment.