Skip to content

(EvoApps2022) "Towards a Principled Learning Rate Adaptation for Natural Evolution Strategies"

License

Notifications You must be signed in to change notification settings

nomuramasahir0/xnes-adaptive-lr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Towards a Principled Learning Rate Adaptation for Natural Evolution Strategies [slide]

This repository contains the code for the paper "Towards a Principled Learning Rate Adaptation for Natural Evolution Strategies". Please e-mail at masahironomura5325@gmail.com if you have any issue.

Setup and Run

We use Poetry for our experimental environment. You can build the same environment by running the following commands:

# clone repository
$ git clone git@github.com:nomuramasahir0/xnes_adaptive_lr.git

# build the environment with poetry
$ cd xnes_adaptive_lr
$ poetry install

# run the experiment
$ poetry run python main.py sphere

Citation

If you find this code useful in your research then please cite:

@inproceedings{nomura2022towards,
  title={Towards a Principled Learning Rate Adaptation for Natural Evolution Strategies},
  author={Nomura, Masahiro and Ono, Isao},
  booktitle={International Conference on the Applications of Evolutionary Computation (Part of EvoStar)},
  pages={721--737},
  year={2022},
  organization={Springer}
}

About

(EvoApps2022) "Towards a Principled Learning Rate Adaptation for Natural Evolution Strategies"

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages