Skip to main content

No project description provided

Project description

aif

  • Generate some Mazes
  • Implement course solutions
    • BFS
    • DFS
    • Greedy
    • A*
      • Manhattan Heuristic
      • Euclidean Heuristic
      • Overkill Heuristic that destroys both Manhattan and Euclidean
    • Dijkstra
    • Genetic Algorithm
  • DL/RL approaches
    • Q-Learning
      • Q-Learning with NN and Experience Replay
      • Q-Learning with LSTM and Experience Replay
    • A* with NN heuristic
    • A* with LSTM heuristic
    • A* with CNN heuristic
  • Evaluation Metrics
    • Time
    • Number of Nodes Expanded
    • Number of Nodes in the Path
    • Number of Nodes in the Solution
    • Number of Nodes in the Maze
Heuristics Manhattan Euclidean NNHeuristic
Implemented :white_check_mark: :white_check_mark: :white_check_mark:

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nextdataAI-0.0.16.tar.gz (19.7 kB view hashes)

Uploaded Source

Built Distribution

nextdataAI-0.0.16-py3-none-any.whl (32.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page