Skip to content

borgwang/evolution-strategy

Repository files navigation

evolution-strategy

This repo implemented some popular evolution strategies including:

Requirements

  • Linux or Mac OS
  • python 3.x

Install

pip install -r requirements.txt

Run

For training:

python train.py bullet_racecar -n 8 -t 4 -e pepg

For model evaluating:

python eval_model.py bullet_racecar -m /path/to/model

Related resources

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages