/ea-playground

Primary LanguageJupyter Notebook

Evolutionary Algorithms Playground

Index

agents # agents ready to integrate in any gym environment
    |- es.py # Evolutionary Systems
    |- ga.py # TODO: Genetic Algorithms 
tests
    |- es-cartpole.ipynb # implementation of an ES based agent on the cartpole environment
    |- es-graph.ipynb # visualizing optimization of 2D functions with ES
    |- test-threading.ipynb # some practice with multiprocessing to perhaps eventually implement it into ES