thesouther / GeneticAlgorithm_for_RL

Genetic-Algorithm learning withPython

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Genetic Algorithm for Reinforcement Learning

基于遗传算法的强化学习改进

BisicGA:                        遗传算法基本原理
GA_Atari:                       使用遗传算法玩Atari游戏,每对夫妻均有机会繁殖下一代。
GAAtari_with_ElitistPatents:   只保留少数精英夫妻进行下一代繁殖的策略。

About

Genetic-Algorithm learning withPython


Languages

Language:Jupyter Notebook 97.5%Language:Python 2.5%