Skip to content

Commit

Permalink
Merge pull request #3 from Co-Evolve/develop
Browse files Browse the repository at this point in the history
version update and readme typo
  • Loading branch information
driesmarzougui authored Feb 10, 2024
2 parents eb64af5 + 6eaede7 commit 7fcf3e2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<a href="#"><img alt="moojoco-banner" src="https://github.com/Co-Evolve/moojoco-env/blob/main/assets/banner.png?raw=true" width="100%"/></a>
</h1>

**moojoco** provides a unified framework for implementing and interfacing with MuJoCo and MuJoCo-XLA simulation
**MooJoCo** provides a unified framework for implementing and interfacing with MuJoCo and MuJoCo-XLA simulation
environments.
The main goal of this framework is to **unify** the development and interfaces of environments implemented in native
MuJoCo (MJC) and MuJoCo-XLA (MJX).
Expand Down Expand Up @@ -46,7 +46,7 @@ MuJoCo (MJC) and MuJoCo-XLA (MJX).

## Examples

For practical applications and demonstrations of **moojoco**, please refer to
For practical applications and demonstrations of **MooJoCo**, please refer to
the [Bio-inspired Robotics Testbed](https://github.com/Co-Evolve/brt),
which employs this framework extensively.

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "moojoco"
version = "1.0.0"
version = "1.0.1"
authors = [
{ name = "Dries Marzougui", email = "[email protected]" },
]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name='moojoco',
version='1.0.0',
version='1.0.1',
description='A unified framework for implementing and interfacing with MuJoCo and MuJoCo-XLA simulation '
'environments.',
long_description=readme,
Expand Down

0 comments on commit 7fcf3e2

Please sign in to comment.