<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>MuJoCo on WorldSense Tech Blog</title><link>https://worldsensetech.com/en/tags/mujoco/</link><description>Recent content in MuJoCo on WorldSense Tech Blog</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Sun, 09 Aug 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://worldsensetech.com/en/tags/mujoco/index.xml" rel="self" type="application/rss+xml"/><item><title>MuJoCo vs Isaac Sim: How to Choose the Right Robot Simulation Platform</title><link>https://worldsensetech.com/en/articles/mujoco-vs-isaac-sim/</link><pubDate>Sun, 09 Aug 2026 00:00:00 +0000</pubDate><guid>https://worldsensetech.com/en/articles/mujoco-vs-isaac-sim/</guid><description>&lt;p&gt;In the previous post, we discussed the engineering implementation of domain randomization. But whether it&amp;rsquo;s domain randomization, policy training, or Sim-to-Real validation, none of it is possible without a fundamental tool: the simulation environment.&lt;/p&gt;
&lt;p&gt;Why is simulation so important for embodied intelligence? The reason is straightforward: real-world robot data is too expensive, too slow, and too dangerous to collect. You can&amp;rsquo;t have a physical robot attempt millions of grasps per day to learn — hardware wear, time costs, and safety risks simply won&amp;rsquo;t allow it. A simulation environment provides a training ground with unlimited retries and fully controllable variables, making it the core infrastructure for scaling embodied intelligence training today.&lt;/p&gt;</description></item><item><title>Building a World Model Lab from Scratch: A MuJoCo + DreamerV3 Practical Guide</title><link>https://worldsensetech.com/en/articles/world-model-lab-setup/</link><pubDate>Wed, 05 Aug 2026 00:00:00 +0000</pubDate><guid>https://worldsensetech.com/en/articles/world-model-lab-setup/</guid><description>&lt;p&gt;I&amp;rsquo;ve written several theoretical articles on world models so far — from the mathematics of RSSM to Sim-to-Real transfer, to the comparison between VLAs and world models. A reader asked: &amp;ldquo;I get the theory, but how do I actually run something?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;Today&amp;rsquo;s article answers that question. I&amp;rsquo;ll walk you step by step through setting up a complete world model experimentation environment — from installation to training to visualization. Once you&amp;rsquo;ve gotten through it, you can build your own experiments on this foundation.&lt;/p&gt;</description></item><item><title>How to Get Started with Reinforcement Learning: A Practical Guide</title><link>https://worldsensetech.com/en/articles/reinforcement-learning-how-to-start/</link><pubDate>Mon, 03 Aug 2026 00:00:00 +0000</pubDate><guid>https://worldsensetech.com/en/articles/reinforcement-learning-how-to-start/</guid><description>&lt;p&gt;I have a deep appreciation for this question. I transitioned from traditional automation into reinforcement learning myself, and I stumbled through plenty of pitfalls along the way. Here&amp;rsquo;s the path I&amp;rsquo;ve found most effective.&lt;/p&gt;
&lt;h2 id="first-things-first-what-do-you-want-to-do-with-reinforcement-learning"&gt;First Things First: What Do You Want to Do with Reinforcement Learning?&lt;/h2&gt;
&lt;p&gt;Reinforcement learning spans a wide range of application domains, and the learning path differs for each:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Games and simulation&lt;/strong&gt;: Atari games, MuJoCo robot simulations — the most beginner-friendly with the most resources available.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Robotics control&lt;/strong&gt;: Robotic arms, quadruped robots, humanoid robots — requires combining simulation with Sim-to-Real transfer.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Recommender systems and advertising&lt;/strong&gt;: The primary application scenario for internet companies — more engineering-focused, with relatively lower math requirements.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Autonomous driving&lt;/strong&gt;: Decision-making and planning modules — requires integration with classical control theory.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Decide on your direction first, then choose your learning path accordingly — it makes a huge difference in efficiency. The advice below follows &amp;ldquo;robotics control&amp;rdquo; as the main thread, since that&amp;rsquo;s the area I know best and one of the most promising directions today.&lt;/p&gt;</description></item></channel></rss>