Skip to content

Pipeline for Evolutionary Computing techniques applied on swarm robotics

Notifications You must be signed in to change notification settings

tugayalperen/EC_swarm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EC_swarm

Pipeline for using Evolutionary Computing techniques applied on swarm robotics

REQUIREMENTS

This EC pipeline requires the following for the simulator Isaac Gym:

  • Ubuntu 18.04 or 20.04
  • CUDAnn
  • Python 3.6, 3.7, 3.8

Installation

  • clone the repository
git clone https://github.com/fudavd/EC_swarm
  • Download and extract Isaac Gym in the /thirdparty/ folder (can be downloaded from here)
  • Create a Python virtual environment in the `EC_swarm' root directory:
virtualenv -p=python3.8 .venv
source .venv/bin/activate
pip install -r requirements.txt

About

Pipeline for Evolutionary Computing techniques applied on swarm robotics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%