perfectly-balanced / PathBench

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

Fixing ml #56

Closed JohnYao93 closed 3 years ago

JohnYao93 commented 3 years ago

Basic LSTM generation + training working Added script to generate from start to finish on a number of maps using the -f full train flag in runtrainer Added batch script for running on school's batch machines (running atm 30,000)

JohnYao93 commented 3 years ago

Also; CAE seems to be working fine as well

codecov-io commented 3 years ago

Codecov Report

Merging #56 (28f2be2) into master (e211b57) will increase coverage by 0.00%. The diff coverage is 37.50%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #56   +/-   ##
=======================================
  Coverage   84.11%   84.12%           
=======================================
  Files          63       63           
  Lines        3192     3193    +1     
=======================================
+ Hits         2685     2686    +1     
  Misses        507      507           
Impacted Files Coverage Δ
src/algorithms/configuration/maps/map.py 64.12% <33.33%> (+0.28%) :arrow_up:
src/algorithms/configuration/entities/trace.py 95.23% <50.00%> (-4.77%) :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 e211b57...974ea68. Read the comment docs.