generated from alshedivat/al-folio
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7e0d2d1
commit fc4c8e6
Showing
2 changed files
with
40 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
--- | ||
layout: page | ||
title: Design Automation | ||
permalink: /design-automation | ||
subtitle: | ||
|
||
news: true # includes a list of news items | ||
selected_papers: true # includes a list of papers marked as "selected={true}" | ||
social: true # includes social icons at the bottom of the page | ||
--- | ||
|
||
### Evolving Modular Robots with a Generative Encoding | ||
|
||
<div style="display: flex;"> | ||
<div style="flex: 2;padding-right: 30px;"> | ||
Designing modular robots that employ heterogeneous modules aligned with a grid can be accomplished via search over the occupancy matrix that specifies the module type in each grid cell. A generative encoding (NEAT) creates a network that yields the module type in each cell when queried with the cell's grid position. Each individual (simulated) robot created in this way participates in an evolutionary competition to pass on parts of its generative encoding to the next generation, with faster individuals more likely to pass on their genes. This approach allows the high-dimensional design space to be explored and yields many qualitatively unique solutions that all move quickly - an approach that aids design discovery. | ||
</div> | ||
<div style="flex: 1; margin-left: auto;"> | ||
<img src="/assets/img/prof_pic.jpg" alt="Image Description" style="width: 300px; height: 300px; object-fit: cover;"> | ||
</div> | ||
</div> | ||
<br/><br/> | ||
|
||
### Design Automation | ||
|
||
<div style="display: flex;"> | ||
<div style="flex: 2;padding-right: 30px;"> | ||
The design of soft robots is primarily undertaken by teams of human designers, and their fabrication relies on traditional manufacturing processes like silicone casting. | ||
<br/><br/> | ||
We explore the fabrication of print-in-place soft robots by additive manufacturing. Advanced additive manufacturing eliminates time-consuming manual fabrication steps as well as fabrication constraints inherent in traditional fabrication processes. | ||
<br/><br/> | ||
Additionally, we discover novel soft robot designs through automated, algorithm-driven processes, which are capable of much broader searches through the rugged design terrain characteristic of the soft robotics field. We envision automated design tools which extend the reach of human design teams, allowing them to more rapidly synthesize complex soft robot designs. | ||
</div> | ||
<div style="flex: 1; margin-left: auto;"> | ||
<img src="/assets/img/prof_pic.jpg" alt="Image Description" style="width: 300px; height: 300px; object-fit: cover;"> | ||
</div> | ||
</div> | ||
<br/><br/> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters