MuJoCo

Julia bindings and visualiser for the MuJoCo physics engine.

https://github.com/jamiemair/mujoco.jl

Science Score: 41.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    1 of 3 committers (33.3%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (13.4%) to scientific vocabulary

Keywords

julia julia-language mujoco physics simulation visualisation visualization
Last synced: 6 months ago · JSON representation ·

Repository

Julia bindings and visualiser for the MuJoCo physics engine.

Basic Info
Statistics
  • Stars: 60
  • Watchers: 5
  • Forks: 4
  • Open Issues: 18
  • Releases: 5
Topics
julia julia-language mujoco physics simulation visualisation visualization
Created over 2 years ago · Last pushed over 1 year ago
Metadata Files
Readme License Citation

README.md

MuJoCo

Dev Build Status Coverage

Welcome to MuJoCo.jl! This package contains a Julia wrapper for DeepMind's general-purpose physics engine MuJoCo, allowing users to simulate robotic systems, their controllers, and their interactions with surrounding environments, all in native Julia. Please visit our docs page for more information.

Installation

To install MuJoCo.jl, run the following code in a Julia REPL: julia import Pkg Pkg.add("MuJoCo.jl") This will download and install the package, along with the underlying C library. You should now be able to simulate MuJoCo models and visualise their motion. The following example loads a humanoid robot model and simulates its motion under passive or controlled dynamics through our in-built visualiser. ```julia using MuJoCo installvisualiser() # Run this to install dependencies only once initvisualiser() # Load required dependencies into session

Load a model of a humanoid

model, data = MuJoCo.samplemodeland_data()

Define a controller

function ctrl!(model, data) data.ctrl .= 2*rand(model.nu) .- 1 end

Run the visualiser (press F1 for available options)

visualise!(model, data, controller=ctrl!) ``` A detailed walkthrough of this example can be found on our Getting Started page.

Acknowledgements

Much of this project builds upon the work from Lyceum and their package Lyceum/MuJoCo.jl, along with their visualisation project LyceumMuJoCoViz. We would like to thank the authors of these packages for their amazing work in originally bringing MuJoCo to Julia.

Owner

  • Name: Jamie Mair
  • Login: JamieMair
  • Kind: user
  • Location: Nottingham
  • Company: University Of Nottingham

Citation (CITATION.bib)

@misc{MuJoCo.jl,
	author  = {Jamie Mair <JamieMair@users.noreply.github.com>, Nicholas Barbara <nic-barbara@users.noreply.github.com>},
	title   = {MuJoCo.jl},
	url     = {https://github.com/JamieMair/MuJoCo.jl},
	version = {v1.0.0-DEV},
	year    = {2023},
	month   = {7}
}

GitHub Events

Total
  • Issues event: 1
  • Watch event: 7
  • Issue comment event: 4
Last Year
  • Issues event: 1
  • Watch event: 7
  • Issue comment event: 4

Committers

Last synced: 11 months ago

All Time
  • Total Commits: 341
  • Total Committers: 3
  • Avg Commits per committer: 113.667
  • Development Distribution Score (DDS): 0.311
Past Year
  • Commits: 33
  • Committers: 2
  • Avg Commits per committer: 16.5
  • Development Distribution Score (DDS): 0.03
Top Committers
Name Email Commits
Jamie Mair J****r 235
nic-barbara n****6@u****u 105
CompatHelper Julia c****y@j****g 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 105
  • Total pull requests: 90
  • Average time to close issues: 23 days
  • Average time to close pull requests: 2 days
  • Total issue authors: 7
  • Total pull request authors: 3
  • Average comments per issue: 1.0
  • Average comments per pull request: 0.77
  • Merged pull requests: 82
  • Bot issues: 0
  • Bot pull requests: 7
Past Year
  • Issues: 6
  • Pull requests: 11
  • Average time to close issues: 2 days
  • Average time to close pull requests: 8 days
  • Issue authors: 3
  • Pull request authors: 2
  • Average comments per issue: 0.83
  • Average comments per pull request: 0.82
  • Merged pull requests: 5
  • Bot issues: 0
  • Bot pull requests: 7
Top Authors
Issue Authors
  • JamieMair (43)
  • nic-barbara (11)
  • kshfire (1)
  • fkroll (1)
  • yj-Tang (1)
  • ferrolho (1)
  • arunleob (1)
  • JuliaTagBot (1)
Pull Request Authors
  • JamieMair (34)
  • nic-barbara (14)
  • github-actions[bot] (13)
Top Labels
Issue Labels
enhancement (23) documentation (15) bug (5) good first issue (1)
Pull Request Labels
documentation (7) enhancement (4) bug (2)

Packages

  • Total packages: 3
  • Total downloads:
    • julia 30 total
  • Total dependent packages: 0
    (may contain duplicates)
  • Total dependent repositories: 1
    (may contain duplicates)
  • Total versions: 15
proxy.golang.org: github.com/jamiemair/mujoco.jl
  • Versions: 5
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent packages count: 6.4%
Average: 6.6%
Dependent repos count: 6.8%
Last synced: 7 months ago
proxy.golang.org: github.com/JamieMair/MuJoCo.jl
  • Versions: 5
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent packages count: 6.4%
Average: 6.6%
Dependent repos count: 6.8%
Last synced: 7 months ago
juliahub.com: MuJoCo

Julia bindings and visualiser for the MuJoCo physics engine.

  • Versions: 5
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 30 Total
Rankings
Dependent repos count: 7.7%
Stargazers count: 24.1%
Average: 31.2%
Dependent packages count: 40.4%
Forks count: 52.8%
Last synced: 7 months ago

Dependencies

.github/workflows/CI.yml actions
  • actions/checkout v3 composite
  • codecov/codecov-action v3 composite
  • julia-actions/cache v1 composite
  • julia-actions/julia-buildpkg v1 composite
  • julia-actions/julia-docdeploy v1 composite
  • julia-actions/julia-processcoverage v1 composite
  • julia-actions/julia-runtest v1 composite
  • julia-actions/setup-julia v1 composite
.github/workflows/CompatHelper.yml actions
.github/workflows/TagBot.yml actions
  • JuliaRegistries/TagBot v1 composite
.github/workflows/register.yml actions
  • julia-actions/RegisterAction latest composite