Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gaodechen authored Aug 4, 2024
1 parent 2b00d33 commit b7eab9f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,9 @@ Let's see how CarDreamer agents communicate and leverage intentions. Our experim

## 📋 Prerequisites

Clone the repository:
### CarDreamer Dependencies

To install CarDreamer tasks or the development suite, clone the repository:

```bash
git clone https://github.com/ucd-dare/CarDreamer
Expand All @@ -122,6 +124,10 @@ pip install flit
flit install --symlink
```

### Model Dependencies

The model backbones are decoupled from CarDreamer tasks or the development sutie. Users can install model dependencies on their own demands. To install DreamerV2 and DreamerV3, check out the guidelines in separate folders [DreamerV3](https://github.com/ucd-dare/CarDreamer/tree/master/dreamerv3) or [DreamerV2](https://github.com/ucd-dare/CarDreamer/tree/master/dreamerv2). The experiments in our paper were conducted using DreamerV3, the current state-of-the-art world models.

## :gear: Quick Start

### :mechanical_arm: Training
Expand Down

0 comments on commit b7eab9f

Please sign in to comment.