Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hyzhou404 committed Dec 19, 2024
1 parent 93e0e06 commit 8935ba1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@

---

# TODO list
- [ ] Release sample data and results
- [ ] Release unicycle model part
- [ ] Release GUI
- [ ] Release more scenarios

# Installation

Requirements are not in principle hard requirements, but there might be some differences (not tested):
Expand Down Expand Up @@ -55,6 +61,12 @@ Install remaining dependencies by:
pip install -r requirements.txt
```

To run the closed-loop simulation, the hug_sim gymnasium environment should be installed:
``` bash
cd ./sim
pip install -e .
```

# Data Preparation

Please refer to [Data Preparation Document](data/README.md)
Expand Down

0 comments on commit 8935ba1

Please sign in to comment.