Skip to content

Latest commit

 

History

History
47 lines (21 loc) · 1.07 KB

File metadata and controls

47 lines (21 loc) · 1.07 KB

Alex robot

Developing software and control for IHMC Alex humanoid robot.

Scenes

Alex scenes are in dir alex-scenes/. Load scene_alex_v1_full_body_mjx_room1.xml to see Alex in a room.

Room scenes from https://github.com/allenai/molmospaces.

Install

pip install mujoco gymnasium stable_baselines

Also requires mjlab from e-Lab for some envs.

Run

MuJoCo

You can run alex model by dragging / dropping this file into MuJoCo. Or any file in that directory scenes/alex-scenes/

OR you can run with:

python -m mujoco.viewer --mjcf Alex-robot/scenes/alex-scenes/scene_alex_v1_full_body_mjx_ec1.xml

You will get this:

RL learning

We can train VERY efficiently with mjlab. Use this fork to train RL algorithms on your NVIDIA GPU PC. See readme there.

For pure MuJoCo RL training, see this file.

References

IHMC Alex