Skip to content

Yuxing-Wang-THU/SurveyBrainBody

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Survey Maintenance GitHub issues PRs Welcome GitHub license visitors GitHub stars

🚀 Brain-Body Co-Design in Embodied Intelligence: Taxonomy, Frontiers, and Challenges

Human bodies have been carefully refined through the long process of evolution, enabling us to utilize our bodies to solve a multitude of tasks skillfully. This capability, natural to humans, remains challenging for embodied agents, such as robots. The difficulty arises because successful interactions are highly dependent on the synergy between brain, body, and environment. Recent breakthroughs in vision, language, and robotics have significantly improved the sensorimotor learning capabilities of embodied agents. Alongside the great potential of sensorimotor learning for understanding the world, the concept of Brain-Body Co-Design (BBCD), namely, Automated Agent Design has attracted considerable cross-disciplinary attention. Unlike traditional agent design approaches, which focus primarily on optimizing an agent’s control mechanism ("brain") while keeping its morphological structure ("body") and task configurations ("environment") fixed, BBCD emphasizes their simultaneous coordination, to design embodied agents that are not only structurally sound but also behaviorally adept.

🔑 Contributions to Embodied AI: This paper surveys recent advancements in BBCD within the context of embodied intelligence. We introduce a novel taxonomy that provides a structured analysis of the representations, co-design spaces, and optimization frameworks employed in state-of-the-art BBCD methods. We review notable benchmarks and applications of BBCD in simulated and real-world environments. We identify significant open challenges and offer insights into promising future research directions.

We hope that this survey can serve as a reference-worthy and stimulating contribution to the advancement of embodied intelligence while also providing valuable perspectives for related fields.

📋 Update List

2025/01/01: Happy New Year! I am updating the survey on this topic and will fully update the site when the survey is updated to Arxiv.

🔥 Comments

  • PR's WelcomeFeel free to pull requests or contact us if you find any related papers that are not included here. The process to submit a pull request is as follows:
  • a. Fork the project into your own repository.
  • b. Add the Title, Paper link, Published in, Agent Type, Page/Code link in README.md using the following format:
  |[Title](Paper Link)|Conference/Journal/Preprint|Agent Type|[Code/Project](Code/Project Link)|
  • c. Submit the pull request to this branch.
  • We will update this page on a regular basis! So stay tuned~ 🎉🎉🎉. If you do find our survey or the repository helpful, please consider kindly giving a ⭐, 谢谢你, Thanks a lot, Спасибо, ありがとう, 감사합니다, Merci, Grazie, Obrigado, Danke, شكراً.

🎥 Overview

Here is a quick menu .^_^. :

Taxonomy of BBCD

The creation of an embodied agent hinges on three critical components: Brain (control), Body (morphology), Environment (task), and the co-design algorithm (optimization) that optimizes these components.

1. Brain (Control): The controller (software) is responsible for perception-action coupling, enabling an agent to process sensory information and generate appropriate motor responses to control its body.

2. Body (Morphology): The physical embodiment (hardware) of an agent, including its shape, material properties, sensor placement, etc. Morphological design determines the agent’s physical capabilities and constraints, thereby impacting its performance and adaptability.

3. Environment (Interaction constraints): This includes both task-specific conditions and broader environmental configurations. It not only defines the challenge faced by an agent but also provides the necessary feedback for learning and adaptation. Task requirements and environmental dynamics are crucial for shaping the agent’s behavior and learning objectives.

4. Co-Design Algorithm (A machine that can design other machines): An effective co-design algorithm integrates the optimization of control, morphology, and environmental interactions. Unlike traditional methods that treat these components separately, co-design algorithms aim to simultaneously refine all aspects, leading to more efficient and adaptive agents. These algorithms leverage advanced techniques to explore and exploit the co-design space, optimizing for performance across diverse tasks and environments.

📖 We provide a detailed analysis of BBCD methods based on the proposed taxonomy. Please refer to our paper when it is available online.

Optimization Frameworks of BBCD

The following picture introduces 4 general BBCD frameworks, with the last sub-figure showing an example of the BBCD process for creating a BipedalWalker agent.

⭐ Latest Works

Paper Published in Co-Designed Agent Code&Page
RoboMorph: Evolving Robot Morphology using Large Language Models Arxiv 2024 Rigid-bodied Robot -
RoboNet: A Sample-Efficient Robot co-design Generator CoRLw 2024 Rigid-bodied Robot -
LASeR: LASeR: Towards Diversified and Generalizable Robot Design with Large Language Models ICLR 2025 Modular Soft Robot Code
Generating Freeform Endoskeletal Robots ICLR 2025 Endoskeletal Robot Code&Page
Accelerated co-design of robots through morphological pretraining Arxiv 2025 Modular Robot Page
BodyGen: Advancing Towards Efficient Embodiment Co-Design ICLR 2025 Rigid-bodied Robot Page&Code
RoboMoRe: LLM-based Robot Co-design via Joint Optimization of Morphology and Reward Arxiv 2025 Rigid-bodied Robot -
Cross-Task Collaborative Optimization Based on Knowledge Transfer for Soft Robot Design TEVC 2025 Modular Soft Robot -
Controller Distillation Reduces Fragile Brain-Body Co-Adaptation and Enables Migrations in MAP-Elites GECCO 2025 Modular Soft Robot Code
Large Language Models as Natural Selector for Embodied Soft Robot Design Arxiv 2025 Modular Soft Robot Code

1️⃣ Bi-Level Brain-Body Co-Design

ERL-Based Methods

TLDR: Methods that focus on the bi-level nature of control learning together with morphology evolution (Baldwin Effect)

Paper Published in Co-Designed Agent Code&Page
Neural graph evolution: Towards efficient automatic robot design ICLR 2019 Rigid-bodied Robot Code&Page
Embodied Intelligence via Learning and Evolution Nature Comm. 2021 Rigid-bodied Robot Code&Page
Evolution Gym: A Large-Scale Benchmark for Evolving Soft Robots NIPS 2021 Modular Soft Robot Code&Page
Evolving Physical Instinct for Morphology and Control Co-Adaption IROS 2023 Legged Robot Code
GA-based Co-Design Algorithm with Successive Halving IIAI-AAI 2023 Modular Soft Robot -
Leveraging Hyperbolic Embeddings for Coarse-to-Fine Robot Design ICLR 2024 Modular Soft Robot Code&Page
Structural Optimization of Lightweight Bipedal Robot via SERL IROS 2024 Modular Soft Robot Code&Page
Text2Robot: Evolutionary Robot Design from Text Descriptions Arxiv 2024 Legged Robot Code&Page
A Morphological Transfer-Based Multi-Fidelity Evolutionary Algorithm for Soft Robot Design IEEE CIM 2024 Modular Soft Robot Code
Lamarckian Co-design of Soft Robots via Transfer Learning GECCO 2024 Modular Soft Robot Code
Evolution-Based Shape and Behavior Co-Design of Virtual Agents TVCG 2024 Rigid-bodied Robot -
ECoDe: A Sample-Efficient Method for Co-design of Robotic Agents AI 2024 Rigid-bodied Robot Page
Following Ancestral Footsteps: Co-Designing Agent Morphology and Behaviour with Self-Imitation Learning EARL 2024 Rigid-bodied Robot Code&Page
Learn and evolve to optimize robot morphologies IoTSC 2024 Rigid-bodied Robot -
Generating Freeform Endoskeletal Robots ICLR 2025 Endoskeletal Robot Code&Page

Surrogate-Based Methods

TLDR: Methods that focus on using surrogate models to reduce the computational burden of the co-design process (how to efficiently evaluate a morphology without learning a specific controller?)

Paper Published in Co-Designed Agent Code&Page
The trade-off between morphology and control in the co-optimized design of robots PLOS ONE 2017 Rigid-bodied Robot -
Data-efficient Learning of Morphology and Controller for a Microrobot ICRA 2019 Micro Robot Code&Page
Data-efficient co-adaptation of morphology and behaviour with deep reinforcement learning CoRL 2020 Rigid-bodied Robot Code
What robot do i need? fast co-adaptation of morphology and control using graph neural networks Arxiv 2021 Rigid-bodied Robot -
Evolution Gym: A Large-Scale Benchmark for Evolving Soft Robots NIPS 2021 Modular Soft Robot Code&Page
Co-imagination of Behaviour and Morphology of Agents LOD 2023 Rigid-bodied Robot -
Co-imitation: learning design and behaviour by imitation AAAI 2023 Rigid-bodied Robot Page
Rapidly evolving soft robots via action inheritance TEVC 2023 Modular Soft Robot Code
Co-Designing Tools and Control Policies for Robust Manipulation Arxiv 2024 Rigid Tool Page
Effective Design and Interpretation in Voxel-Based Soft Robotics: A Part Assembly Approach with Bayesian Optimization GECCO 2024 Modular Soft Robot -

Diversity-Based Methods

TLDR: Methods that focus on generating morphological diversity (how to effectively keep the morphological diversity?).

Paper Published in Co-Designed Agent Code&Page
A ’MAP’ to find high-performing soft robot designs: Traversing complex design spaces using MAP-elites and Topology Optimization IROS 2024 Rigid Manipulator N/A
Controller Distillation Reduces Fragile Brain-Body Co-Adaptation and Enables Migrations in MAP-Elites GECCO 2025 Modular Soft Robot Code

Other Methods

Paper Published in Co-Designed Agent Code&Page
Task-Agnostic Morphology Evolution ICLR 2021 Rigid-bodied Robot Code&Page
Codesign of humanoid robots for ergonomic collaboration with multiple humans via genetic algorithms and nonlinear optimization Humanoids 2023 Humanoid Robot Code
Evolution and learning in differentiable robots RSS 2024 Modular Soft Robot Code&Page
Improving Efficiency of Evolving Robot Designs via Self-Adaptive Learning Cycles and an Asynchronous Architecture GECCO 2024 Modular Rigid Robot -

2️⃣ Single-Level Brain-Body Co-Design

EA-Based Methods

TLDR: Methods that focus on evolving morphology and control simultaneously (how does natural evolution inform the co-design process?).

Paper Published in Co-Designed Agent Code&Page
Evolving 3D morphology and behavior by competition ALife 1994 Rigid-bodied Robot -
Automatic design and manufacture of robotic lifeforms Nature 2000 Rigid-bodied Robot -
Evolving Complete Agents using Artificial Ontogeny Morph 2003 Rigid-bodied Robot -
Generative representations for the automated design of modular physical robots TRA 2004 Rigid-bodied Robot -
An Improved System for Artificial Creatures Evolution ALife 2006 Rigid-bodied Robot -
Evolving virtual creatures and catapults ALife 2007 Rigid-bodied Robot -
Solving deceptive tasks in robot body-brain co-evolution by searching for behavioral novelty ICISDA 2010 Rigid-bodied Robot -
A Unified Substrate for Body-Brain Co-evolution ICLRw 2022 Vitual Creature Code
Evolution of Developmental Plasticity of Soft Virtual Creatures in Changing Environments CEC 2024 Modular Soft Robot N/A

RL-Based Methods

TLDR: Methods that focus on optimizing morphology and control simultaneously using Reinforcement Learning (physics-model free).

Paper Published in Co-Designed Agent Code&Page
Reinforcement learning for improving agent design A-LIFE 2019 Rigid-bodied Robot Page
Learning to Fly: Computational Controller Design for Hybrid UAVs with Reinforcement Learning ACM TOG 2019 UAV -
Jointly learning to construct and control agents using deep reinforcement learning ICRA 2019 Rigid-bodied Robot Page&Code
Learning to control self-assembling morphologies: a study of generalization via modularity NIPS 2019 Modular Rigid Robot Page&Code
Hardware as policy: Mechanical and computational co-optimization using deep reinforcement learning CoRL 2020 Rigid-bodied Robot Page
Soft robots learn to crawl: Jointly optimizing design and control with sim-to-real transfer RSS 2022 Soft Robot Page&Code
Transform2act: Learning a transform-and-control policy for efficient agent design ICLR 2022 Rigid-bodied Robot Page&Code
N-LIMB: Neural Limb Optimization for Efficient Morphological Design Arxiv 2022 Rigid-bodied Robot Page&Code
Curriculum-based co-design of morphology and control of voxel-based soft robots ICLR 2023 Modular Soft Robot Code&Page
PreCo: Enhancing Generalization in Co-Design of Modular Soft Robots via Brain-Body Pre-Training CoRL 2023 Modular Soft Robot Code&Page
Learning to Design and Use Tools for Robotic Manipulation CoRL 2023 Robot Manipulator Tools Page
MORPH: Design Co-optimization with Reinforcement Learning via a Differentiable Hardware Model Proxy Arxiv 2023 Rigid-bodied robot Page
Symmetry-Aware Robot Design with Structured Subgroups ICML 2023 Rigid-bodied robot Code&Page
CompetEvo: Towards Morphological Evolution from Competition IJCAI 2024 Rigid bodied Robot Code&Page
Reinforcement learning for freeform robot design ICRA 2024 Modular Soft Robot Code&Page
BodyGen: Advancing Towards Efficient Embodiment Co-Design ICLR 2025 Rigid-bodied Robot Page&Code

Physics-Based Methods

TLDR: Methods that focus on optimizing morphology and control simultaneously using Differentiable Simulation (physics-model based).

Paper Published in Co-Designed Agent Code&Page
Learning-in-the-loop optimization: End-to-end control and co-design of soft robots through learned deep latent representations NIPS 2019 Soft Robot -
Diffaqua: A differentiable computational design pipeline for soft underwater swimmers with shape interpolation ACM TOG 2021 Soft Gripper Code&Page
Softzoo: A soft robot co-design benchmark for locomotion in diverse environments ICLR 2023 Soft Robot Code&Page
4D topology optimization: Integrated optimization of the structure and self-actuation of soft bodies for dynamic motions Computer Methods in Applied Mechanics and Engineering 2023 Soft Robot N/A
DiffuseBot: Breeding Soft Robots With Physics-Augmented Generative Diffusion Models NIPS 2023 Soft Robot Code&Page
Differentiable Soft-Robot Generation GECCO 2023 Soft Robot N/A
Topology optimization of locomoting soft bodies using material point method Structural and Multidisciplinary Optimization 2023 Soft Robot N/A
Task2Morph: Differentiable Task-inspired Framework for Contact-Aware Robot Design IROS 2023 Rigid Robot hand Code
Evolution and learning in differentiable robots RSS 2024 Rigid Robot Code&Page
Computational co-design of structure and feedback controller for locomoting soft robots Arxiv 2024 Soft Robot [N/A]
Making use of design-aware policy optimization in legged-robotics co-design Workshop@CoRL 2024 Legged Robot N/A
Computational synthesis of locomotive soft robots by topology optimization Science Advances 2024 Soft Robot N/A
Accelerated co-design of robots through morphological pretraining Arxiv 2025 Modular Robot Page

Other Methods

3️⃣ Generative Brain-Body Co-Design

Rule-Based Generation

TLDR: Methods that focus on generating agent morphologies using rule-based systems (grammar, L-systems, etc.).

Paper Published in Co-Designed Agent Code&Page
Generative representations for the automated design of modular physical robots TRA 2004 Rigid-bodied Robot -
Robogrammar: graph grammar for terrain-optimized robot design TOG 2020 Rigid-bodied Robot Code&Page
Automatic Co-Design of Aerial Robots Using a Graph Grammar IROS 2022 UAV -
Synergizing Morphological Computation and Generative Design: Automatic Synthesis of Tendon-Driven Grippers IROS 2024 Tendon-Driven Grippers Code&Page

Latent-Based Generation

TLDR: Methods that focus on generating agent morphologies using latent-based systems (GAN, VAE, etc.).

Paper Published in Co-designed Agent Code&Page
GLSO: Grammar-guided Latent Space Optimization for Sample-efficient Robot Design Automation CoRL 2022 Rigid-Bodied Robot Code
Modular Robot Design Optimization with Generative Adversarial Networks ICRA 2022 Modular Rigid Robot -
MorphVAE: Advancing Morphological Design of Voxel-Based Soft Robots with Variational Autoencoders AAAI 2024 Modular Soft Robot Code
RoboNet: A Sample-Efficient Robot co-design Generator CoRLw 2024 Rigid-bodied Robots -
Generating Freeform Endoskeletal Robots ICLR 2025 Endoskeletal Robots Code&Page

Large-Model-Based Generation

TLDR: Methods that focus on generating agent morphologies using large models (Diffusion Model, LLM, etc.).

Paper Published in Co-Designed Agent Code&Page
Evolution Through Large Models Arxiv 2023 Robot Gripper Code
How can LLMs transform the robotic design process? Nature Machine Intelligence 2023 Robot Gripper -
DiffuseBot: Breeding Soft Robots With Physics-Augmented Generative Diffusion Models NIPS 2023 Soft Robot Code&Page
LLM-POET: Evolving Complex Environments using Large Language Models GECCO 2024 Companion Modular soft robot N/A
RoboMorph: Evolving Robot Morphology using Large Language Models Arxiv 2024 Rigid-bodied Robot -
LASeR: LASeR: Towards Diversified and Generalizable Robot Design with Large Language Models ICLR 2025 Modular Soft Robot Code
RoboMoRe: LLM-based Robot Co-design via Joint Optimization of Morphology and Reward Arxiv 2025 Rigid-bodied Robot -
Large Language Models as Natural Selector for Embodied Soft Robot Design Arxiv 2025 Modular Soft Robot Code

4️⃣ Open-Ended Co-Design Methods

Co-Evolution Methods

TLDR: Methods that focus on brain-body-environment co-optimization.

Paper Published in Co-Designed Agent Code&Page
Co-Designing Manipulation Systems Using Task-Relevant Constraints ICRA 2022 Rigid Manipulator N/A
Curriculum Reinforcement Learning via Morphology-Environment Co-Evolution Arxiv 2023 Rigid-bodied Robot N/A
Task2Morph: Differentiable Task-inspired Framework for Contact-Aware Robot Design IROS 2023 Rigid-bodied Robot Code
Brain–body-task co-adaptation can improve autonomous learning and speed of bipedal walking Bioinspir. Biomim. 2024 Legged Robot N/A
LLM-POET: Evolving Complex Environments using Large Language Models GECCO 2024 Companion 2D Modular Soft Robot
(Voxel-Based Soft Robot)
N/A
Evolving Complex Environments in Evolution Gym using Large Language Models ICASSPW 2024 2D Modular Soft Robot
(Voxel-Based Soft Robot)
N/A
Task-Based Design and Policy Co-Optimization for Tendon-driven Underactuated Kinematic Chains Arxiv 2024 Rigid Manipulator Page

Developmental Methods

Others

TLDR: Actuating Shape-Changed robots.

Paper Published in Co-Designed Agent Code&Page
Shape change and control of pressure-based soft agents ALIFE 2022 Pressure-Based Soft Robot Code&Page
DittoGym: Learning to Control Soft Shape-Shifting Robots ICLR 2024 Soft Shape-Shifting Robots Code&Page

5️⃣ Theoretical and Experimental Analysis of Brain-Body Co-Design

TLDR: Papers that investigates the synergy of Brain, Body, and Environment.

Paper Published in Co-Designed Agent Code&Page
A comparative analysis on genome pleiotropy for evolved soft robots GECCO 2022 3D Modular Soft Robot Code
Subtract to adapt: Autotomic robots RoboSoft 2023 Modular Soft Robot N/A
A comparison of controller architectures and learning mechanisms for arbitrary robot morphologies SSCI 2023 Modular Rigid Robot N/A
How Perception, Actuation, and Communication Impact the Emergence of Collective Intelligence in Simulated Modular Robots ALIFE 2024 Modular Robot N/A
Co-Optimization of Robot Design and Control: Enhancing Performance and Understanding Design Complexity Arxiv 2024 - Code
Investigating Premature Convergence in Co-optimization of Morphology and Control in Evolved Virtual Soft Robots EuroGP 2024 Modular Soft Robot N/A

💻 Simulated Benchmarks for Brain-Body Co-Design

Platform Related Papers Agent Differentiable Sim
Evolution Gym
Code&Page
ModularEvoGym
Code&Page
Evolution gym: A large-scale benchmark for evolving soft robots (NIPS 2021)
1. PreCo: Enhancing Generalization in Co-Design of Modular Soft Robots via Brain-Body Pre-Training (CoRL 2023)
2. Rapidly Evolving Soft Robots via Action Inheritance (IEEE TEC 2024)
3. How the morphology encoding influences the learning ability in body-brain co-optimization (GECCO 2023)
4. Curriculum-based co-design of morphology and control of voxel-based soft robots (ICLR 2023)
5. Co-evolving morphology and control of soft robots using a single genome (SSCI 2022)
6. A Morphological Transfer-Based Multi-Fidelity Evolutionary Algorithm for Soft Robot Design (IEEE CIM 2024)
7. Lamarckian Co-design of Soft Robots via Transfer Learning (GECCO 2024)
8. Investigating Premature Convergence in Co-optimization of Morphology and Control in Evolved Virtual Soft Robots (EuroGP 2024)
9. MorphVAE: Advancing Morphological Design of Voxel-Based Soft Robots with Variational Autoencoders (AAAI 2024)
10. LLM-POET: Evolving Complex Environments using Large Language Models (GECCO 2024 Companion)
11. HeteroMorpheus: Universal Control Based on Morphological Heterogeneity Modeling (IJCAI 2024)
12. Towards Multi-Morphology Controllers with Diversity and Knowledge Distillation (GECCO 2024)
13. Subtract to adapt: Autotomic robots (RoboSoft 2023)
14. Comparative studies of evolutionary methods and RL for learning behavior of virtual creatures (SSCI 2022)
15. Effective Design and Interpretation in Voxel-Based Soft Robotics: A Part Assembly Approach with Bayesian Optimization (ALIFE 2024)
16. Evolution of Developmental Plasticity of Soft Virtual Creatures in Changing Environments (CEC 2024)
17. GA-based Co-Design Algorithm with Successive Halving (IIAIAAI 2023)
2D Modular Soft Robot
(Voxel-Based Soft Robot)
No
DiffRedMax (DiffHand)
Code&Page
An End-to-End Differentiable Framework for Contact-Aware Robot Design (RSS 2021)
1. Task2Morph: Differentiable Task-inspired Framework for Contact-Aware Robot Design (IROS 2023)
3D Rigid Contact-Aware Robot Yes
Bullet
Code&Page
RoboGrammar: Graph Grammar for Terrain-Optimized Robot Design (SIGGRAPH Asia 2020)
1. GLSO: Grammar-guided Latent Space Optimization for Sample-efficient Robot Design Automation (CoRL 2022)
3D Rigid-Bodied Robot No
DiffuseBot
Code&Page
DiffuseBot: Breeding Soft Robots With Physics-Augmented Generative Diffusion Models (NIPS 2023) 3D Soft Robot Yes
Rostok
Code&Page
Synergizing Morphological Computation and Generative Design: Automatic Synthesis of Tendon-Driven Grippers (IROS 2024) 3D Rigid Gripper No
SoftZoo
Code&Page
Softzoo: A soft robot co-design benchmark for locomotion in diverse environments (ICLR 2023) 3D Soft Robot Yes
RoboSumo
Code&Page
Continuous adaptation via meta-learning in nonstationary and competitive environments (ICLR 2018)
1. CompetEvo: Towards Morphological Evolution from Competition (IJCAI 2024)
3D Rigid Robot No
2D-VSR-Sim
Code&Page
2D-MR-Sim
Code&Page
2D-Robot-Evolution
Code&Page
2D-VSR-Sim: a Simulation Tool for the Optimization of 2-D Voxel-based Soft Robots (SoftwareX 2020)
1. An experimental comparison of evolved neural network models for controlling simulated modular soft robots (Applied Soft Computing)
2. On the Schedule for Morphological Development of Evolved Modular Soft Robots (EuroGP 2022)
3. Optimizing the Sensory Apparatus of Voxel-based Soft Robots through Evolution and Babbling (Springer Nature Computer Science 2022)
4. Merging Pruning and Neuroevolution: towards Robust and Efficient Controllers for Modular Soft Robots (KER 2021)
5. Evolving Hebbian Learning Rules in Voxel-based Soft Robots (IEEE TechRxiv 2021)
6. On the Effects of Pruning on Evolved Neural Controllers for Soft Robots (NEWK@GECCO 2021)
7. Criticality-driven Evolution of Adaptable Morphologies of Voxel-Based Soft-Robots (Frontiers in Robotics and AI 2021)
8. Biodiversity in Evolved Voxel-based Soft Robots (GECCO 2021)
9. Beyond Body Shape and Brain: Evolving the Sensory Apparatus of Voxel-based Soft Robots (EvoAPPS 2021)
10. Evolution of Distributed Neural Controllers for Voxel-based Soft Robots (GECCO 2020)
11. Evolving Modular Soft Robots without Explicit Inter-Module Communication using Local Self-Attention (GECCO 2022)
12. No-brainer: Morphological Computation driven Adaptive Behavior in Soft Robots (SAB 2024)
Modular Soft Robot No
Sorotoki
Code&Page
Sorotoki: A Matlab Toolkit for Design, Modeling, and Control of Soft Robots (IEEE ACCESS) Soft Robot No
RoboGen
Code&Page
RoboGen: Robot Generation through Artificial Evolution Modular Robot No

🚪 BBCD in Real World

Paper Published in Co-Designed Agent
Real-world reproduction of evolved robot morphologies: Automated categorization and evaluation EvoApplications 2015 Legged Robot
Real-world evolution of robot morphologies: A proof of concept A-Life 2017 Modular Robot
Real World Morphological Evolution is Feasible GECCO 2020 Legged Robot
Environmental adaptation of robot morphology and control through real-world evolution Evolutionary Computation 2021 Legged Robot
Soft Robots Learn to Crawl: Jointly Optimizing Design and Control with Sim-to-Real Transfer RSS 2022 Soft Robot
DiffuseBot: Breeding Soft Robots With Physics-Augmented Generative Diffusion Models NIPS 2023 Soft Robot
Computational synthesis of locomotive soft robots by topology optimization Science Advances 2024 Soft Robot
Co-Designing Manipulation Systems Using Task-Relevant Constraints ICRA 2022 Rigid Manipulator
A ’MAP’ to find high-performing soft robot designs: Traversing complex design spaces using MAP-elites and Topology Optimization IROS 2024 Rigid Manipulator
Using neuroevolution for designing soft medical devices BIR 2024 Soft Medical Device
Structural Optimization of Lightweight Bipedal Robot via SERL IROS 2024 Bipedal Robot
Evolution and learning in differentiable robots RSS 2024 Rigid Robot
Co-Designing Tools and Control Policies for Robust Manipulation Arxiv 2024 Robot Tools

📖 Other Surveys Recommended

✉️ Contact Information

This repo is developed and maintained by Yuxing Wang. For any questions, please feel free to email wyx20@tsinghua.org.cn.

About

Brain-Body Co-Design in Embodied Intelligence: Taxonomy, Frontiers, and Challenges

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published