mmilk1231 / MirrorDescentSearch

MIT License
5 stars 2 forks source link

Mirror Descent Search

This is the experimental code for Mirror Descent Search in our paper -- Mirror Descent Search and Acceleration.

Dependency

pip install -r requirements.txt

Usage

python main.py

The output directory is created in ./mds_out/ with timestamp.

Parameter

See parameter description. python main.py -h

Correspondence between this code and our paper

Output file

Above files are created in the output directory:

Rendering

If your environment has $DISPLAY, rendering is enable. python main.py --render

Reference