jenkspt / CMA-ES
A short implementation and demonstration of the Covariance Matrix Adaptation algorithm in numpy
☆11Updated 6 years ago
Alternatives and similar repositories for CMA-ES:
Users that are interested in CMA-ES are comparing it to the libraries listed below
- A Python 3 gradient-free optimization library☆133Updated this week
- map elites python reference implementation☆80Updated last year
- A Python implementation of COMO-CMA-ES, a non-elitist multiobjective Evolution Strategy☆14Updated 4 years ago
- Website for Quality-Diversity optimisation algorithms☆43Updated 5 months ago
- A bare-bones Python library for quality diversity optimization.☆217Updated last month
- DNE4py is a python library that aims to run and visualize many different evolutionary algorithms with high performance using mpi4py. It a…☆10Updated 4 years ago
- Python library for CMA Evolution Strategy.☆405Updated 3 months ago
- Covariance Matrix Adaptation Evolution Strategy (CMA-ES)☆61Updated 3 years ago
- A python implementation of differentiable quality diversity.☆48Updated 3 years ago
- DE, CMA-ES, MA-ES, LM-MAES Python Implementation☆29Updated 5 years ago
- Python implementation of the genetic algorithm MAP-Elites with applications in constrained optimization☆50Updated 4 years ago
- A library that makes Evolutionary Strategies (ES) simple to use.☆181Updated 3 years ago
- (GECCO 2022) CMA-ES with Margin: Lower-Bounding Marginal Probability for Mixed-Integer Black-Box Optimization☆29Updated 11 months ago
- This projects aims to use reinforcement learning algorithms to play the game 2048.☆84Updated 2 years ago
- Evolution Strategies in JAX 🦎☆552Updated last week
- Tabular methods for reinforcement learning☆36Updated 4 years ago
- A PyTorch library for all things nonlinear control and reinforcement learning.☆44Updated 3 years ago
- Fully differentiable RL environments, written in Ivy.☆64Updated last year
- A large-scale benchmark for co-optimizing the design and control of soft robots, as seen in NeurIPS 2021.☆201Updated 6 months ago
- A dependency free library of standardized optimization test functions written in pure Python.☆58Updated last year
- JAX implementations of core Deep RL algorithms