Changes

Jump to: navigation, search

MuJoCo WASM

183 bytes added, 19 May
no edit summary
<code>
./emsdk install 3.1.56 && ./emsdk activate 3.1.56 && source ./emsdk_env.sh
</code>
 
== Running in Browser ==
 
Now just do in the root of your mujoco folder
 
<code>
python -m http.server 8000
</code>
 
Then navigate to:
<code>
http://localhost:8000/index.html
</code>

Navigation menu