Code Monkey home page Code Monkey logo

kkt474's Projects

apollo icon apollo

An open autonomous driving platform

apollo-note icon apollo-note

Note for Apollo 3.0 perception, prediction and planning modules

d_star_pathplanning icon d_star_pathplanning

Simple Matlab implementation of D*Lite, Focussed D*, A*, for dynamic path planning for mobile robots

dig-into-apollo icon dig-into-apollo

Apollo notes (Apollo学习笔记) - Apollo learning notes for beginners.

hsm icon hsm

C++ framework library to simplify state-driven code

marp icon marp

In this project, we are concerned with the collective behavior of a group of n >1 mobile agents, which can all move in a plane. The action set of each agent is {N, W, S, E, Stay}. The multi-agent rendezvous problem is to devise strategies for each agent to cause all the agents to eventually rendezvous at a single specified location. The approach is to use stochastic game where the agents repeatedly play games from the collection of normal form games, and the particular game played at any given iteration depends probabilistically on the previous game played and on the actions taken by all agents in that game. The game is played in sequence of stages. At the beginning of each stage the game is in some state. The players select actions and each player receives a payoff that depends on the current state and the chosen actions. The game then moves to a new random state whose distribution depends on the previous state and the actions chosen by the players. The procedure is repeated at the new state and play continues for a finite number of stages until all players reach a goal location. Here, each state is a normal form game played by ‘n’ agents. The transition probability is the probability of transitioning from one state to other state after joint action. Payoff matrix is generated for each agent after every game using value iteration algorithm of Markov Decision Process. The objective of the project is to plan a collision free path for each player so that all the players in the game reach common goal location by minimizing the length of the path.

mdp_path_planning icon mdp_path_planning

This repository contains the MATLAB code to devise an optimal policy for the motion of the robot given the obstacles and world boundaries. This file contains implementation to a specific environment wiht known parameters and obstacles, but can easily be modified or generalized for any environment. The code was linked to the V-Rep simulation environment and tested.

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.