Skip to content

j809/cma-es-reinforcement-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run main.py to start policy generation.

Generates policies in folder "Policies", used random seeds in "Seeds" and records error for those policies which did not pass the simulation return check in "Errors" folder.

For reproducing the submitted policies, please check the comments in main.py file.

Following python libraries are required to run main.py:
csv, numpy, scipy, multiprocessing, functools, tqdm, random, cma (CMA-ES library)

About

CMA-ES based high confidence policy improvement for RL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages