Skip to main content

Simulation environments for basic manipulation tasks.

Project description

MuJoCo Robotics Environments 🤖

Software for creating and experimenting with robot workspaces in MuJoCo.

Installation

PyPI

Install from package from PyPI with:

pip install mujoco_robot_environments

Local Development

Clone this GitHub repository and ensure you have python version 3.10.6 using pyenv. Following this install the python virtual environment for this project with poetry through running:

poetry install 

Activate the virtual environment with the following command:

poetry shell

Example Usage

Instantiating shipped environments

from mujoco_robot_environments.tasks.rearrangement import RearrangementEnv

env = RearrangementEnv(viewer=True)
env.reset()
...

Overriding Environment Configurations

Most environments ship with a default set of logic for scene initialization and other settings you may wish to override/customise. In order to override the default config you need use the hydra override and follow the hierarchical structure of the configuration files seen shipped with the repository. As an example to change the sampling settings for the RearrangementEnv one can follow the below syntax:

 # clear hydra global state to avoid conflicts with other hydra instances
hydra.core.global_hydra.GlobalHydra.instance().clear()

# read hydra config
initialize(version_base=None, config_path=<relative path to config yaml files>, job_name="rearrangement")

# add task configs
COLOR_SEPARATING_CONFIG = compose(
        config_name="rearrangement",
        overrides=[
            "arena/props=colour_splitter",
            ]
            )

# instantiate color separation task
env = RearrangementEnv(viewer=True, cfg=COLOR_SEPARATING_CONFIG) 

# expert demonstration
_, _, _, obs = env.reset()

Where in the above example <relative path to config yaml files> points towards a directory of yaml files of the same structure as those shipped with this repository but containing your custom configuration files.

Task Environments

Colour Sorting Task Environment

An toy environment for reasoning about visual semantics through rearranging objects of varying shapes/colours into target locations.

Screencast from 05-10-2024 11:45:47 AM.webm

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mujoco_robot_environments-0.1.0.tar.gz (29.1 MB view details)

Uploaded Source

Built Distribution

File details

Details for the file mujoco_robot_environments-0.1.0.tar.gz.

File metadata

  • Download URL: mujoco_robot_environments-0.1.0.tar.gz
  • Upload date:
  • Size: 29.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.2 CPython/3.10.12 Linux/6.5.0-35-generic

File hashes

Hashes for mujoco_robot_environments-0.1.0.tar.gz
Algorithm Hash digest
SHA256 f3a21af1f49e626bfc8aa391881ff208468c0b404809d0d6ceeeec296405cf98
MD5 cd6bb83a12cc46d9a7cb00092da82cff
BLAKE2b-256 a96e5b0a2b518d3a7bc6688ac9571a29d4daa5dbdebe4e85a27257aed91d996f

See more details on using hashes here.

File details

Details for the file mujoco_robot_environments-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for mujoco_robot_environments-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 84c059d84dc4a989b0f1e63ea7727525423a44abe4f7dc3a6ffb036b64f77a4d
MD5 628ff75779e8008acee06b79c4b28d8b
BLAKE2b-256 d1760e404f02f8b60c83a7bb0118330084cb3f97660db885fa133f0ba1615f09

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page