jimyoung6709 commited on
Commit
5e96b6e
1 Parent(s): e29a01b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -5,4 +5,12 @@ language:
5
  tags:
6
  - robotics
7
  - motion planning
8
- ---
 
 
 
 
 
 
 
 
 
5
  tags:
6
  - robotics
7
  - motion planning
8
+ ---
9
+
10
+ # Neural MP
11
+
12
+ Neural MP is a machine learning-based motion planning system for robotic manipulation tasks. It combines neural networks trained on large-scale simulated data with lightweight optimization techniques to generate efficient, collision-free trajectories. Neural MP is designed to generalize across diverse environments and obstacle configurations, making it suitable for both simulated and real-world robotic applications. This repository contains the implementation, data generation tools, and evaluation scripts for Neural MP.
13
+
14
+ All Neural MP checkpoints, as well as our [training codebase](https://github.com/mihdalal/neuralmotionplanner) are released under an MIT License.
15
+
16
+ For full details, please read [our paper](https://mihdalal.github.io/neuralmotionplanner/) and see [our project page](https://mihdalal.github.io/neuralmotionplanner/).