mujoco-worldgen
Automatic object XML generation for Mujoco
File Explorer
Download Latest Version (.zip)- ramp.stl
- A.png
- B.png
- C.png
- D.png
- E.png
- F.png
- G.png
- H.png
- I.png
- J.png
- K.png
- L.png
- M.png
- N.png
- O.png
- P.png
- Q.png
- R.png
- S.png
- T.png
- U.png
- V.png
- W.png
- X.png
- Y.png
- Z.png
- smiley.png
- main.xml
- main.xml
- main.xml
- examine.py
- make_shape.py
- example_env_examine.jsonnet
- particle_gather.py
- simple_particle.py
- __init__.py
- floor.py
- geom.py
- material.py
- obj.py
- obj_from_stl.py
- obj_from_xml.py
- __init__.py
- const.py
- normalize.py
- parser.py
- __init__.py
- env_viewer.py
- examine_env.py
- flexible_load.py
- __init__.py
- geometry.py
- obj_util.py
- parse_arguments.py
- path.py
- placement.py
- rotation.py
- sim_funcs.py
- types.py
- __init__.py
- builder.py
- core.py
- env.py
- transforms.py
- .gitignore
- LICENSE
- README.md
- requirements.txt
- setup.py
# Installation Guide
1. Get the code
git clone https://github.com/openai/mujoco-worldgen
Downloads the entire project code from GitHub to your computer.
cd mujoco-worldgen
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
pip install -e .
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
