Skip to content

LarsonVU/ariel

 
 

Repository files navigation

ariel-header

Ariel: Autonomous Robots through Integrated Evolution and Learning

Installation and Running

This project uses uv.

To run the code examples please do

uv venv
uv sync
uv run examples/0_render_single_frame.py

TODO: Installation

Notes

This project is managed using uv

Python Code Style Guide

This repository uses the numpydoc documentation standard. For more information checkout: numpydoc-style guide

MuJoCo

Attachments

Robot parts should be attached using the site functionality (from body to body), while robots should be added to a world using the frame functionality (from spec to spec).

NOTE: when attaching a body, only the contents of worldbody get passed, meaning that, for example, compiler options are not!

About

Ariel: Autonomous Robots through Integrated Evolution and Learning

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 94.9%
  • HTML 3.3%
  • Other 1.8%