paper-with-me

홈 › Papers

Co-evolving morphology and control of soft robots using a single genome

2022-12-22 · Fabio Tanaka, Claus Aranha

When simulating soft robots, both their morphology and their controllers play important roles in task performance. This paper introduces a new method to co-evolve these two components in the same process. We do that by using the hyperNEAT algorithm to generate two separate neural networks in one pass, one responsible for the design of the robot body structure and the other for the control of the robot. The key difference between our method and most existing approaches is that it does not treat the development of the morphology and the controller as separate processes. Similar to nature, our method derives both the "brain" and the "body" of an agent from a single genome and develops them together. While our approach is more realistic and doesn't require an arbitrary separation of processes during evolution, it also makes the problem more complex because the search space for this single genome becomes larger and any mutation to the genome affects "brain" and the "body" at the same time. Additionally, we present a new speciation function that takes into consideration both the genotypic distance, as is the standard for NEAT, and the similarity between robot bodies. By using this function, agents with very different bodies are more likely to be in different species, this allows robots with different morphologies to have more specialized controllers since they won't crossover with other robots that are too different from them. We evaluate the presented methods on four tasks and observe that even if the search space was larger, having a single genome makes the evolution process converge faster when compared to having separated genomes for body and control. The agents in our population also show morphologies with a high degree of regularity and controllers capable of coordinating the voxels to produce the necessary movements.

📄 PDF Abstract BibTeX arXiv:2212.11517

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

NEAT 설명 없음

Similar Papers 제목 키워드 기반

Investigating Premature Convergence in Co-optimization of Morphology and Control in Evolved Virtual Soft Robots

2024-02-14 · Alican Mertan, Nick Cheney

Evolving virtual creatures is a field with a rich history and recently it has been getting more attention, especially in the soft robotics domain. The compliance of soft materials endows soft robots with complex behavior…

Evolving Embodied Intelligence: Graph Neural Network--Driven Co-Design of Morphology and Control in Soft Robotics

2026-03-20 · Jianqiang Wang, Shuaiqun Pan, Alvaro Serra-Gomez, Xiaohan Wei 외 arxiv

The intelligent behavior of robots does not emerge solely from control systems, but from the tight coupling between body and brain, a principle known as embodied intelligence. Designing soft robots that leverage this int…

Graph Neural Network

DittoGym: Learning to Control Soft Shape-Shifting Robots

2024-01-24 · Suning Huang, Boyuan Chen, Huazhe Xu, Vincent Sitzmann

Robot co-design, where the morphology of a robot is optimized jointly with a learned policy to solve a specific task, is an emerging area of research. It holds particular promise for soft robots, which are amenable to no…

Reinforcement Learning (RL)

Seeking Quality Diversity in Evolutionary Co-design of Morphology and Control of Soft Tensegrity Modular Robots

2021-04-25 · Enrico Zardini, Davide Zappetti, Davide Zambrano, Giovanni Iacca 외

Designing optimal soft modular robots is difficult, due to non-trivial interactions between morphology and controller. Evolutionary algorithms (EAs), combined with physical simulators, represent a valid tool to overcome …

DiversityEvolutionary Algorithmsvalid

Regenerating Soft Robots through Neural Cellular Automata

2021-02-04 · Kazuya Horibe, Kathryn Walker, Sebastian Risi

Morphological regeneration is an important feature that highlights the environmental adaptive capacity of biological systems. Lack of this regenerative capacity significantly limits the resilience of machines and the env…