README.md
setup.py
data/__init__.py
data/dataset.py
nextdataAI/AnimateGif.py
nextdataAI/HeuristicsUtils.py
nextdataAI/MazeGen.py
nextdataAI/__init__.py
nextdataAI/utils.py
nextdataAI.egg-info/PKG-INFO
nextdataAI.egg-info/SOURCES.txt
nextdataAI.egg-info/dependency_links.txt
nextdataAI.egg-info/requires.txt
nextdataAI.egg-info/top_level.txt
nextdataAI/algorithms/AStar.py
nextdataAI/algorithms/Algorithm.py
nextdataAI/algorithms/Dijkstra.py
nextdataAI/algorithms/FS.py
nextdataAI/algorithms/Genetic.py
nextdataAI/algorithms/Greedy.py
nextdataAI/algorithms/QLSTM.py
nextdataAI/algorithms/QNN.py
nextdataAI/algorithms/QTable.py
nextdataAI/algorithms/__init__.py
nextdataAI/heuristics/Chebysev.py
nextdataAI/heuristics/Euclidean.py
nextdataAI/heuristics/Heuristic.py
nextdataAI/heuristics/Manhattan.py
nextdataAI/heuristics/SManhattan.py
nextdataAI/heuristics/__init__.py
nextdataAI/pseudo_heuristics/CNN.py
nextdataAI/pseudo_heuristics/LSTM.py
nextdataAI/pseudo_heuristics/NN.py
nextdataAI/pseudo_heuristics/NNManhattan.py
nextdataAI/pseudo_heuristics/PseudoHeuristics.py
nextdataAI/pseudo_heuristics/__init__.py
nextdataAI/qlearning/Agent.py
nextdataAI/qlearning/ExperienceReplay.py
nextdataAI/qlearning/__init__.py