Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/araffin/eagerx_quadruped


https://github.com/araffin/eagerx_quadruped

Last synced: 16 days ago
JSON representation

Awesome Lists containing this project

README

        

***********************
EAGERx Template Package
***********************

.. image:: https://img.shields.io/badge/License-Apache_2.0-blue.svg
:target: https://opensource.org/licenses/Apache-2.0
:alt: license

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/psf/black
:alt: codestyle

.. contents:: Table of Contents
:depth: 2

What is the EAGERx template package?
=================
This repository/package serves as a template than be used to develop your own EAGERx packages.
EAGERx (Engine Agnostic Gym Environments for Robotics) enables users to easily define new tasks, switch from one sensor to another, and switch from simulation to reality with a single line of code by being invariant to the physics engine.
`The core repository is available here `_.
`Full documentation and tutorials (including package creation and contributing) are available here `_.

Cite EAGERx
===============
If you are using EAGERx for your scientific publications, please cite:

.. code:: bibtex

@article{eagerx,
author = {van der Heijden, Bas and Luijkx, Jelle, and Ferranti, Laura and Kober, Jens and Babuska, Robert},
title = {EAGERx: Engine Agnostic Gym Environment for Robotics},
year = {2022},
publisher = {GitHub},
journal = {GitHub repository},
howpublished = {\url{https://github.com/eager-dev/eagerx}}
}

Acknowledgements
=================
EAGERx is funded by the `OpenDR `_ Horizon 2020 project.

The quadruped env was original created by `Guillaume Bellegarda `_