Skip to content

v0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Oct 16:33
· 106 commits to main since this release
fa33b5c

MuJoCo v0.1.0

Merged pull requests:

Closed issues:

  • Check whether the binaries can be launched from Julia (#1)
  • See if we can get the display to be rendered with control in the loop (#3)
  • Create wrapper for the mjModel and mjData structs (#4)
  • See if we can autogenerate the bindings using mujoco's introspect module (#5)
  • Find better names for the structs that wrap MuJoCo's C pointers. (#7)
  • Add in a wrapper to load a model from a path (#8)
  • Implement a simple visualisation feature so you can see the controller in real time (#10)
  • Figure out a nice way of controlling a model (#11)
  • Data possibly incorrectly copied? (#13)
  • Find out how each compiled library is generating padding for the structs and fix pointers in mj structs (#18)
  • Add in documentation for the underlying mujoco API (#23)
  • Add in a finalizer to garbage collect the internal C model (#24)
  • Bug in clangs generation of setproperty which does not correctly get the right pointer. (#27)
  • Some Data fields not mapped to unsafe arrays (#29)
  • Update LyceumMuJoCoViz and port it to a package extension in this package (#34)
  • Create visualiser struct wrappers automatically (#35)
  • Working with internal pointers (#37)
  • Think about implementing the Trajectory engine mode. (#41)
  • Add in a rewind option for the visualiser (#42)
  • Add in reset and reverse mode to the visualiser (#43)
  • Add humanoid LQR example (#46)
  • Matrices stored in row-major order (#47)
  • Allow a nicer access to the names of the bodies for a loaded model (#49)
  • Update README (#52)
  • Go through the example script and add relevant functionality to make the API more user friendly (#61)
  • Add installation and basic usage to the docs (#63)
  • Consider the performance of the controller (#66)
  • Add humanoid LQR to documentation and document row/column major (#69)
  • GIFs not appearing correctly in humanoid lqr docs (#72)