Skip to content

adit-khokar/petcat-obstacle-avoidance-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 

Repository files navigation

PETcat - Obstacle Avoidance

Path Planning with Gaussian Potential Maps

The code can be found here.
To determine the optimum value for gamma, we assigned rewards for a path; depending on the number of collisions with obstacles, the number of steps required to reach the goal and whether the agent was able to reach the goal under a threshold number of steps.
Preliminary tests showed that the value for gamma should lie between 0 and 1.5.

Results :

Test 1

[Moving from (0,0) to (4,-2)]
Rewards VS Gamma
Best Path (Gamma = 1.47) :
Best Path

Test 2

[Moving from (0, 0) to (5, 5)]
Reward Vs Gamma
Best Path (Gamma = 0.59) :
Best Path

Both environments work well with Gamma = 1
Test 1 with Gamma = 1
Test 2 with Gamma = 1

With Mobile Obstacles

We realised the need to use lower values for Gamma.
Best Path : Gamma = 0.59
Results with Gamma = 0.59

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages