rbfs

There are 12 repositories under rbfs topic.

  • NiloofarShahbaz/8-puzzle-search-implementation

    this a python BFS , A* and RBFS implementation of 8 puzzle

    Language:Python273021
  • alizeyn/blind-huristic-search

    An implementation for 8 Puzzle problem with DFS, BFS, A Start, BDS, RBFS

    Language:Java14304
  • rperezdattari/COACH-gym

    A python implementation of the COACH algorithm for the Cartpole problem in OpenAI gym.

    Language:Python11211
  • PopDiana/AI

    Language:Python3101
  • eakgun/ISO_OLS_RBF

    Generalized Improved Second Order RBF Neural Network with Center Selection using OLS

    Language:MATLAB2100
  • PopDiana/blocks_world_problem

    AI heuristic search project

    Language:Python2102
  • arashsm79/jade-swarm

    Implementation of uninformed and informed AI search algorithms in Rust. Search algorithms include BFS, DFS, A*, RBFS, IDS, IDA*, and GBFS.

    Language:Rust1200
  • csdankim/MCTS_Sokoban

    Applying state of the art AI search algorithms to solve the Sokoban game automatically. Since Sokoban game itself is quite challenging due to its problem complexity, additionally, heuristic functions and deadlock detectors are applied. (Python)

    Language:Python1100
  • pbondoer/42-n_puzzle-rust

    n_puzzle @ 42 - N-puzzle problem solver written in Rust

    Language:Rust1310
  • danexpc/8-puzzle

    Implements a program that solves the problem using the non-informative search algorithm AlgNoInf and the informative search algorithm AlgInf, which uses a given heuristic function Func.

    Language:Python0100
  • kenil-shah/Hungarian-Globe

    Implementation for hungarian globe solver using various search algorithms such as BFS, A* and RBFS.

    Language:Python0100
  • maede43/ai-search

    Artificial Intelligence course project - Spring 2021 - informed and uninformed search

    Language:Java0100