Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 691 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 691 Bytes

rrt_rl_weight

padm final project

Probability Map Learning for RRT

Slides

Data Generation

In the generate.py program make configurations by changing the capitalized global variables. You can configure the number of generated data instances, number of obstacles, etc. The Program will generate 512x512 images as well as a corresponding json data file which will be used by RRT*.

RRT*

See the main() method of rrtstar.py for an example.