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
- Host: GitHub
- URL: https://github.com/gregorybchris/robby
- Owner: gregorybchris
- License: apache-2.0
- Created: 2021-01-03T08:47:17.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-07T08:40:02.000Z (about 5 years ago)
- Last Synced: 2025-01-12T15:12:37.390Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```