2 Commits

Author SHA1 Message Date
Mengze Tian
7b59d586b5 Update README.md 2025-08-07 13:49:12 +08:00
Mengze Tian
71a598ab56 Update README.md 2025-07-28 15:01:20 +08:00

View File

@@ -33,4 +33,13 @@ If you find this repository helpful, please consider citing at least one of the
}
```
The code will be divided into several modules and gradually open-sourced in different branches. Currently, you can switch to the `backend` branch to try our efficient singularity-free backend optimization. This branch includes a README to guide you through quick deployment.
The code will be divided into several modules and gradually open-sourced in different branches. You can check out the following branches to try them out:
* **`backend`**:
- Efficient singularity-free backend optimization.
* **`frontend_deploy`**:
- Deployment demo of learning-enhanced stable path planning.
* **`frontend_training`**:
- Training demo of learning-enhanced stable path planning.