Skip to content

myrs/robot-controller

Repository files navigation

Prerequisites

Essentials

Python 3.6 or higher with pip These should be installed on most systems, if not, detailed guides depending on operating system can be found in the Internets.

Creating virtual environment (optional by highly recommended)

From project folder run python3 -m venv .env-robot-evolution to create a virtual environment.

To active the environment, run: source .env-robot-evolution/bin/activate

Installing python libraries

Run pip3 install -r requirements.txt to install python libraries, used in this project.

#TODO Usage

About

One-eyed robot operating in 2D environment using an evolved CTRNN controller

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages