Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gaodechen authored May 20, 2024
1 parent 33f7b52 commit db7a944
Showing 1 changed file with 19 additions and 11 deletions.
30 changes: 19 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ Dive into our demos to see the agent skillfully navigating challenges and ensuri
</tr>
</table>

# The Power of Intention Sharing

*Human drivers use turn signals to inform their intentions of turning left or right. Autonomous vehicles can do the same!* Our experiment have demonstrated that through sharing intention, the policy learning is much easier! Specifically, a policy without knowing other agents' intentions can be conservative in our crossroad tasks; while intention sharing allows the agents to find the proper timing to cut in the traffic flow.

<table style="margin-left: auto; margin-right: auto;">
<tr>
<td class="center-text">Sharing waypoints vs. Without sharing waypoints</td>
Expand All @@ -64,17 +68,6 @@ Dive into our demos to see the agent skillfully navigating challenges and ensuri
</tr>
</table>

<table style="margin-left: auto; margin-right: auto;">
<tr>
<td class="center-text">Visualization</td>
</tr>
<tr>
<td><img src="./.assets/visualization.png" style="width: 100%"></td>
</tr>
</table>

![CarDreamer](.assets/architecture.png)



# 📋 Prerequisites
Expand Down Expand Up @@ -104,6 +97,21 @@ flit install --symlink

Find ``README.md`` in the corresponding directory of the algorithm you want to use and follow the instructions.

# Visualization Server

We stream observations, rewards, terminal conditions, and custom metrics to a web brwoser at `carla port + 7000` in real-time, making it easier to engineer rewards and debug.

<table style="margin-left: auto; margin-right: auto;">
<tr>
<td class="center-text">Visualization Server</td>
</tr>
<tr>
<td><img src="./.assets/visualization.png" style="width: 100%"></td>
</tr>
</table>

![CarDreamer](.assets/architecture.png)

# Citation

If you find this repository useful, please cite this paper:
Expand Down

0 comments on commit db7a944

Please sign in to comment.