Create your own
Lesson illustration

How Morphology Shapes Perception, Action, and Learning

Welcome back. In the previous lesson, we expressed embodied decision-making as a POMDP: the robot acts in a true physical state it cannot fully observe, receives sensor observations, and maintains uncertainty through a belief state. That formulation is necessary—but it is not yet enough. We also need to ask a prior question: what kind of body is making the observations and producing the actions?

This lesson examines morphology: the robot’s physical form, geometry, joints, materials, actuators, sensors, and contact surfaces. Morphology is not just packaging around an AI policy. It determines what information reaches the policy, which commands can cause meaningful changes in the world, and which useful behaviors can be learned reliably. By the end, you should be able to analyze a robot body as a set of constraints and opportunities for perception, action, and learning.


Morphology belongs inside the agent–environment loop

For physical AI, morphology includes at least:

  • Geometry: body size, link lengths, shape, mass distribution, and reachable workspace.
  • Kinematics: joints, degrees of freedom, joint limits, and mechanical couplings.
  • Actuation: motors, tendons, pneumatic chambers, torque and speed limits, compliance.
  • Sensing: sensor types, placement, field of view, resolution, noise, and latency.
  • Materials and contact surfaces: stiffness, friction, damping, elasticity, texture, and deformation.
  • Mechanical constraints: wheels that do not slide sideways, tendon routing, passive springs, or an underactuated hand’s coupled fingers.

We can represent a morphology abstractly by . In the POMDP language from last lesson, morphology changes both the observation model and the transition model:

Here, is the command issued by a controller: motor torque, wheel speed, valve pressure, or another actuator-level input. The subscript matters. The same world state can generate very different observations for a forward-facing camera, a wrist camera, and a tactile sensor. The same nominal motor command can also have different effects for a rigid arm, a wheeled base, and a soft pneumatic gripper.

A useful discipline is to distinguish three questions:

QuestionWhat morphology determines
What can the agent observe?Which task-relevant state variables leave detectable traces in its sensors
What can the agent do?Which state changes are physically feasible, safe, and repeatable
What can it learn practically?Which policies can be discovered with available data, exploration, and model capacity

These are related, but not identical. A robot may be physically capable of a maneuver that it cannot learn reliably because it cannot sense the conditions under which that maneuver succeeds. Conversely, a compliant gripper may have only a low-dimensional action input, yet learn robust grasps because its body absorbs geometric uncertainty.


Morphology constrains observations

A sensor does not observe “the environment.” It measures a physical quantity from a particular place, orientation, and mechanism.

A fixed monocular camera, for example, provides a perspective projection of visible surfaces. It cannot directly determine depth from one image without learned or assumed structure; it cannot see behind occluders; and it loses information outside its field of view. Adding a second camera, moving the camera to the wrist, or adding a depth sensor changes the observation process itself.

Likewise, a joint encoder offers relatively direct information about a joint angle, but not necessarily about the end-effector’s contact state. A force sensor at the wrist detects aggregate wrench information, but may not tell which fingertip is slipping. A tactile array can localize contact over a finger surface, but typically only after the finger has made contact.

The key idea is observational distinguishability. Suppose two physical states and generate nearly identical sensor readings:

Then a reactive policy receiving only has little basis for choosing different actions in those two states. It may need memory, a new viewpoint, an active probing motion, or an additional sensor.

Sensor placement is a design decision

The same sensor technology can be far more or less useful depending on placement.

  • A camera above a workbench gives broad scene coverage but can suffer from hand-induced occlusion during grasping.
  • A wrist camera can inspect an object closely and change viewpoint through arm motion, but its view moves during action and may be blocked by the gripper.
  • A force sensor at the wrist may detect that contact occurred, while fingertip tactile sensors can reveal asymmetric contact and incipient slip.
  • A microphone on a mobile robot may detect a sound, but an array with spatial separation can estimate a sound direction.

Thus, an observation space should be based not on what would be convenient for a policy, but on what the body and sensors can physically produce.

Biology and bioinspiration of soft robotics: Actuation, sensing, and system integration

Read the selected portions of this review to see that sensing performance is shaped by physical structure, and that body mechanics can sometimes reduce the burden on centralized control.

In “Structural motifs of mechanotransduction in the biological world,” read from the sensory-structure discussion. Focus on the mechanism, not the biological catalog: fingerprints alter friction and strain transmission; whiskers provide lever amplification; porous and hierarchical structures alter deformation under load. Then go to “Development trends of bioinspired soft robotics: toward closed-loop control and embodiment.” Read from the opening discussion of morphological computation and Figure 11. Notice the precise claim: passive material properties can handle certain local adaptations without explicit perception or control, but richer tasks still need sensing and closed-loop decision-making.

Mechanical structure can improve sensing

Morphology may amplify or filter a signal before electronics or software process it. Fingertip ridges, for example, can change both contact friction and the strain patterns that tactile receptors receive. Whiskers convert small distant contacts or air disturbances into larger bending signals at their base.

This does not mean a clever body eliminates the need for perception. It means perception is distributed across the sensing material, geometry, and electronics. For a physical-AI system, the observation pipeline begins at contact geometry and material deformation—not only at the neural-network input tensor.


Morphology constrains actions and reachable behavior

An action space lists the commands that a controller may issue. Morphology determines whether those commands provide enough control authority to achieve a goal.

A useful distinction:

  • Command space: inputs the software may send, such as two wheel angular velocities or one pneumatic pressure.
  • Physical capability: motions and forces the whole robot can actually produce, given its geometry, dynamics, limits, and environment.

A differential-drive robot can command left and right wheel speeds. Yet, because its wheels are designed not to slide sideways, it cannot instantaneously move laterally. It must reorient and follow a curved path. A car can reach a parking spot that is beside it, but not by translating sideways in a single step.

Such constraints are often expressed as nonholonomic constraints: they restrict how configurations can be reached, rather than merely forbidding configurations outright. This is why a rectangular free-space map is not enough to plan for a wheeled robot. A path must respect the robot’s turning and motion constraints.

Actuator count and limits matter as well. Consider a mechanical system with configuration , velocity , and control :

If the agent has fewer independent control directions than configuration directions, it is underactuated. Formally, at a given state, this occurs when

A fully actuated industrial arm can often command torque at each joint and counter disturbances within its operating range. A legged robot in flight cannot directly change the ballistic trajectory of its center of mass; it can reposition limbs, but it cannot produce a ground reaction force until contact returns. A passive pendulum has even less authority: its motion comes primarily from gravity, inertia, and its mechanical design.

Ch. 1 - Fully-actuated vs Underactuated Systems

Russ Tedrake’s Underactuated Robotics notes provide a compact account of why physical dynamics and limits are part of the control problem, rather than complications a controller can always cancel.

In “Motivation,” read the passive-walker comparison. It illustrates that a body can produce a stable behavior through its natural dynamics rather than through continuous precise correction. Then read the “Input and State Constraints” discussion from mechanical and environmental constraints. Finally, in “Nonholonomic constraints,” read the wheeled-robot example. Focus on the difference between a constraint on possible states and a constraint on the manner of movement.

Bodies can make a behavior easier—or impossible

A body constrains behavior in at least four ways:

  1. Reachability.
    Link lengths and joint limits determine whether an arm can reach around an obstacle or grasp an object at the back of a shelf.

  2. Force and speed.
    Torque limits, gear ratios, pneumatic flow limits, and structural stiffness determine the forces and accelerations available. A policy cannot compensate for an actuator that cannot brake a moving link fast enough.

  3. Contact affordances.
    A rigid two-finger gripper can pinch surfaces within its aperture. A suction cup needs a sealable surface. A soft hand can envelop irregular objects but may struggle to manipulate them with millimeter-level positional precision.

  4. Natural dynamics.
    Springs, compliant feet, and mass distribution can stabilize some motions passively. Poorly chosen stiffness or inertia can make those same motions energy-intensive or fragile.

The consequence is important: “more actions” is not automatically better. More joints and motors can expand capability, but they also expand the control problem, create coordination demands, increase sensing requirements, and enlarge the search space a learning algorithm must explore.


Case study: a soft pneumatic gripper

The supplied Soft robotic gripper interacting with an environment image shows this interaction between structure, sensing, and behavior particularly clearly.

A soft robotic gripper’s compliant fingers contact an object or surface; the insets show a finger with an air chamber, inextensible reinforcing fibers, and an embedded strain gauge. These physical elements jointly determine how pressure produces deformation and what the gripper can sense about that deformation.

The gripper’s controller may issue a simple command such as chamber pressure. But pressure alone is not the action that matters at the task level. The actual effect depends on the finger’s elastomer, chamber geometry, fiber reinforcement, current deformation, and contacts with the environment.

Observation constraints

The embedded strain gauge makes finger deformation measurable. That can support feedback such as “the finger has bent farther than expected” or “contact changed the bending response.” But a strain gauge does not directly reveal every task-relevant variable:

  • It may not identify the object’s full six-dimensional pose.
  • It may not uniquely identify contact location or contact force.
  • Similar strains can arise from different combinations of pressure, bending, object size, and contact geometry.
  • It gives local proprioceptive information, not a global map of the scene.

A camera or tactile array could reduce some of these ambiguities. Alternatively, the gripper can use active sensing: apply a gentle pressure change, observe the deformation response, and infer whether it has contacted a rigid object, a soft object, or empty space.

Action constraints

The air chamber supplies distributed deformation rather than independently controlled motion at every point on the finger. The inextensible fibers constrain how the elastomer expands, shaping the deformation that pressure can produce. This is a feature: reinforcement can bias motion toward a useful grasping curve instead of allowing uncontrolled ballooning.

At the same time, one chamber cannot generally command arbitrary fingertip position and force independently. A rigid multi-joint hand with many motors might permit finer motion control, but that comes with much greater coordination complexity.

Learnable behavior

For an irregular object family, compliance can make grasping easier to learn. The fingers conform to modest errors in estimated object pose, reducing the precision needed in the approach trajectory. The body absorbs variation that a rigid gripper would force the policy to model explicitly.

However, soft bodies introduce their own difficulties:

  • deformation can be nonlinear and history-dependent;
  • pressure may not map to the same shape under different loads;
  • contacts can be distributed and hard to infer from sparse sensing;
  • response can be slower than a rigid motorized mechanism due to fluid flow and material dynamics.

So morphology does not simply shift intelligence from software to hardware. It changes the problem. A soft gripper may make robust acquisition easier while making precise in-hand manipulation harder.


Passive dynamics: behavior embodied in mechanics

A passive dynamic walker provides an even stronger example. It can walk down a shallow slope without motors, batteries, or onboard computation. Gravity supplies energy; impacts dissipate energy; leg geometry and mass distribution produce a repeating gait.

Robots that walk effortlessly | Russ Tedrake and Lex Fridman

Watch “Robots that walk effortlessly” from Lex Clips for an intuitive demonstration that morphology and physics can generate stable behavior with remarkably little active control.

Watch the walker mechanism, which explains the rimless-wheel and compass-gait intuition: slope-driven energy gain and foot-strike loss can settle into a stable cycle. Then watch the design contrast, focusing on the contrast between using actuators to fight physical dynamics and designing a body that uses them.

The passive walker is not “intelligent” in the broad sense. It cannot choose a destination, interpret a scene, or adapt to arbitrary terrain. But it demonstrates an essential physical-AI principle:

A well-designed body can turn a difficult control objective into a stable physical tendency.

This helps explain why morphology changes learnability. If a desired behavior lies near a passive stable pattern, a learned controller can focus on starting, steering, regulating, and recovering that pattern. If the behavior continually fights the system’s natural dynamics, learning must discover and maintain precise compensations at every moment.

In practice, good embodied design often combines both:

  • morphology handles local compliance, energy storage, or passive stability;
  • feedback corrects variation and disturbances;
  • learning chooses context-sensitive actions and adapts behavior across tasks.

From physical constraints to learning consequences

“Learnable” should not be read as a guarantee that a policy-gradient algorithm will converge. Here it means: can a policy with realistic observations, actions, data, and safety limits acquire behavior that works across relevant conditions?

Morphology affects this through several mechanisms.

1. It determines the dimensionality of control

A soft gripper with two chamber-pressure commands has a smaller raw action space than a five-finger hand with twenty independently driven joints. Fewer commands can make exploration and policy fitting easier.

But reduced dimensionality also limits dexterity. The soft gripper may excel at enveloping a broad object class while lacking the independent motions required to rotate a key in a lock.

2. It determines sensitivity to error

A rigid pinch grasp can fail if approach position, object pose, or gripper width is slightly wrong. A compliant finger may tolerate such errors by deforming around the object.

Lower sensitivity often improves data efficiency: successful experiences occur over a wider region of state space. In control terms, the successful behavior has a larger basin of attraction. This does not eliminate uncertainty, but it can make recovery and generalization more attainable.

3. It determines whether relevant state is observable

A robot cannot learn a policy conditioned on an unmeasured variable unless that variable can be inferred from history or correlated measurements. If a grasp’s success depends on slip but the robot receives only a binary “fingers closed” signal, it may not reliably distinguish a stable hold from an empty close.

Better tactile sensing might solve the issue. So might adding recurrent memory, if temporal changes in joint position or strain reveal the hidden contact condition. We will return to the memory question later in this module.

4. It shapes the data distribution created by exploration

Actions change not only the world but also what the robot gets to observe. A wrist camera can move to disambiguate an occluded object. A soft finger can probe compliance. A wheeled robot can rotate in place to acquire a more informative visual view.

Thus, morphology determines which informative experiments are even available to the agent.


A morphology audit for a physical-AI task

Before selecting a policy architecture or training algorithm, write a short morphology audit.

Audit itemExample question
Task-relevant stateWhat must be known to succeed: object pose, contact state, slope, friction, battery level?
Observable variablesWhich of those variables are directly measured, indirectly inferable, or hidden?
Available commandsAre actions torques, velocities, positions, pressures, or high-level skills?
Feasible motionsWhat motions are impossible or unreliable because of joint limits, non-slip wheels, collisions, or weak actuators?
Useful passive behaviorDoes compliance, gravity, spring energy, or shape naturally help the task?
Failure sensitivitiesWhich small errors cause failure: pose error, timing error, friction variation, occlusion, delay?
Learning implicationDoes the policy need memory, active sensing, a dynamics model, demonstrations, or a redesigned body?

For example, consider a mobile robot with a forward camera and differential drive, asked to navigate a cluttered hallway:

  • Its camera may not see obstacles around a blind corner.
  • Its wheels can drive and turn, but cannot slide sideways to escape a near-wall configuration.
  • Its body width determines whether a gap is traversable.
  • Its turning radius changes which local plans are feasible.
  • Its policy may need memory because the current image might not reveal whether it has just passed an intersection.

The task may look like “vision plus reinforcement learning,” but its difficulty is inseparable from camera placement, wheel geometry, robot width, and turning constraint.


Key takeaways

Morphology is the physical structure through which an embodied agent senses, acts, and interacts. It includes geometry, joints, actuators, materials, sensors, and contact surfaces.

It constrains:

  • observations by determining which physical signals are visible, measurable, amplified, occluded, or ambiguous;
  • actions by limiting reachability, forces, speeds, contact modes, and feasible trajectories;
  • learnable behaviors by changing control dimensionality, robustness to error, observability of relevant state, and the distribution of experiences produced during exploration.

Morphological computation is valuable but limited: compliant materials and passive dynamics can simplify a control problem, yet broad autonomy still requires sensing, feedback, and decision-making.

Next, we will make this concrete in simulation by specifying observation and action spaces for an embodied task—turning the body-level analysis here into an interface that a controller or learning algorithm can actually use.

Can't find a good explanation? Sign up and we'll make it for you

Sign up