Skip to content

proxymallick/ur5e_mujoco_control

Repository files navigation

MuJoCo Environment Setup

This repository contains scripts for setting up a MuJoCo simulation environment.

Requirements

  • Conda (Miniconda or Anaconda)
  • Bash shell

Setup Instructions

  1. Make the setup script executable:

    chmod +x setup_mujoco_env.sh
  2. Run the setup script:

    ./setup_mujoco_env.sh
  3. Activate the environment:

    conda activate mujoco_env

Installed Packages

  • Python 3.9
  • MuJoCo
  • NumPy
  • SciPy
  • Matplotlib
  • numpy-quaternion (for quaternion operations)
  • transforms3d (for transformation operations)

Testing the Installation

After activation, you can test the installation by running:

python -c "import mujoco; print(mujoco.__version__)"

Results

Simulation

About

Control of ur5e robot in mujoco using iLQG, MPC, RL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages