An open API service indexing awesome lists of open source software.

https://github.com/gregorybchris/robby

Simple genetic algorithm for robot movement planning
https://github.com/gregorybchris/robby

Last synced: 11 months ago
JSON representation

Simple genetic algorithm for robot movement planning

Awesome Lists containing this project

README

          

# Robby the Robot

## About

Robby the Robot is a coding project introduced in Melanie Mitchell's book "Complexity: A Guided Tour" [Chapter 9](http://modelai.gettysburg.edu/2016/robby/Chapter9_Complexity.pdf). It's an introduction to genetic algorithms with a toy problem involving "Robby" the robot who learns to pick up empty soda cans from a messy room.

## Use

```bash
cargo run --release
```