perfectly-balanced / PathBench

Benchmarking Platform for Classic and Learned Path Planning Algorithms.
Other
91 stars 18 forks source link

Fixing ml #32

Closed JohnYao93 closed 3 years ago

JohnYao93 commented 3 years ago

Fixed the trace bugs Fixed the problem of not having an angle at the end of a trace Added capabilities to train an ml model on multiple types of maps LSTM is training right now in the college computing cluster

TODO: merging VIN and MPNet into PB

codecov-io commented 3 years ago

Codecov Report

Merging #32 (ef94d60) into master (b16aa17) will decrease coverage by 0.11%. The diff coverage is 25.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #32      +/-   ##
==========================================
- Coverage   82.65%   82.53%   -0.12%     
==========================================
  Files          49       49              
  Lines        2271     2273       +2     
==========================================
- Hits         1877     1876       -1     
- Misses        394      397       +3     
Impacted Files Coverage Δ
src/algorithms/configuration/maps/map.py 61.08% <16.66%> (+0.49%) :arrow_up:
src/algorithms/configuration/entities/trace.py 95.23% <50.00%> (-4.77%) :arrow_down:
src/utility/compatibility.py 60.00% <0.00%> (-30.00%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b16aa17...ef94d60. Read the comment docs.