Skip to content

shacklettbp/madrona_mjx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Madrona MJX Prototype

Installation

git clone --recursive git@github.com:shacklettbp/madrona_mjx.git

cd madrona_mjx
mkdir build
cd build
cmake ..
make -j

cd ..
pip install -e .

Usage

Launch the viewer with the following command:

MADRONA_MWGPU_KERNEL_CACHE=build/cache python scripts/viewer.py --num-worlds 16 --window-width 2730 --window-height 1536 --batch-render-view-width 64 --batch-render-view-height 64

Headless profiling:

MADRONA_MWGPU_KERNEL_CACHE=build/cache python scripts/headless.py --num-worlds 1024 --num-steps 1000 --batch-render-view-width 64 --batch-render-view-height 64

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published