Skip to content

A simple implementation of Genetic Algorithms for solving a robotics problem.

Notifications You must be signed in to change notification settings

JMTushe/GAs_for_RobotArms

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

GAs_for_RobotArms

A simple implementation of Genetic Algorithms for solving a robotics problem.

GA.py

This is the Genetic Algorithm class that can be freely customized for specific needs.

  • Mutation can be customized
  • Breeding method
  • Selection Process

3DOF_GA.py

Main file where I show how a GA can be used to try and 'guess' the joint angles needed to achieve a specific end effector position.

About

A simple implementation of Genetic Algorithms for solving a robotics problem.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%