/rrt_rl_weight

padm final project

Primary LanguagePythonMIT LicenseMIT

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.