Git Product home page Git Product logo

zzw-0107's Projects

cbsh2 icon cbsh2

Improved Heuristics for Multi-Agent Path Finding with Conflict-Based Search

cs-books icon cs-books

🔥🔥超过1000本的计算机经典书籍、个人笔记资料以及本人在各平台发表文章中所涉及的资源等。书籍资源包括C/C++、Java、Python、Go语言、数据结构与算法、操作系统、后端架构、计算机系统知识、数据库、计算机网络、设计模式、前端、汇编以及校招社招各种面经~

eecbs icon eecbs

A bounded-suboptimal solver for Multi-Agent Path Finding

houjiec- icon houjiec-

课程视频、PPT和源代码:侯捷C++系列;台大郭彦甫MATLAB

jsbsim icon jsbsim

An open source flight dynamics & control software library

leetcode-master icon leetcode-master

《代码随想录》LeetCode 刷题攻略:200道经典题目刷题顺序,共60w字的详细图解,视频难点剖析,50余张思维导图,支持C++,Java,Python,Go,JavaScript等多语言版本,从此算法学习不再迷茫!🔥🔥 来看看,你会发现相见恨晚!🚀

lifelong-planning-pacman icon lifelong-planning-pacman

Implementation of A* baseline, A* lifelong and D* lite algorithm for the PACMAN world as per the research paper "D* Lite" by Sven Koenig and Maxim Likhachev.

lifelongplanninga- icon lifelongplanninga-

Lifelong Planing A* is an incremental version of A*, which can adapt to changes in the graph without recalculating the entire graph, by updating the g-values (distance from start) from the previous search during the current search to correct them when necessary. Like A*, LPA* uses a heuristic, which is a lower boundary for the cost of the path from a given node to the goal. A heuristic is admissible if it is guaranteed to be non-negative (zero being admissible) and never greater than the cost of the cheapest path to the goal.

lpastar icon lpastar

Lifelong Planning A* (LPA*) is a replanning method that is an incremental version of A* algorithm for single-shot grid-based 2D path finding.

lytex icon lytex

Portable LyX, migrated over from code.google.com/p/lytex

path-planning icon path-planning

Implementation for A* with stricted visited list, Lifelong Planning A* and D* Lite final version

pfaco icon pfaco

Section 5.3 Experimental Data

platemo icon platemo

Evolutionary multi-objective optimization platform

r3live icon r3live

A Robust, Real-time, RGB-colored, LiDAR-Inertial-Visual tightly-coupled state Estimation and mapping package

rosdistro icon rosdistro

This repo maintains a lists of repositories for each ROS distribution

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.