Skip to content

This repository contains a code that shows the different paths a robot agent can travel.

Notifications You must be signed in to change notification settings

Samaya07/Robot_agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Robot_agent

This repository contains a code that shows the different paths a robot agent in a given environment can travel. The environment can be visualised as an office floor with different rooms for employees. The robot agent has a starting location, and it delivers mail from the starting point to its destination point.

Given a matrix, which is the environment that the agent has to travel.

The agent can traverse through all directions, but a '0' means restricted area. The code uses backtracking through recursion to come up with all possible paths that the agent can traverse.

About

This repository contains a code that shows the different paths a robot agent can travel.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages