summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 5c6bcccd41276543a9a4815d019122139fcc79b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pkgbase = python-estool-git
	pkgdesc = Implementation of various Evolution Strategies, such as GA, PEPG, CMA-ES and OpenAI's ES using common interface
	pkgver = r76.b095452
	pkgrel = 1
	url = https://github.com/hardmaru/estool
	arch = x86_64
	license = MIT
	makedepends = python-setuptools
	depends = python-gym
	depends = python-pybullet
	depends = python-pycma
	depends = python-mpi4py
	optdepends = roboschool: roboschool gym environments
	provides = python-estool
	source = git+https://github.com/hardmaru/estool.git
	sha256sums = SKIP

pkgname = python-estool-git