Versions in this module Expand all Collapse all v2 v2.1.0 Apr 18, 2020 Changes in this version + type Model interface + Evaluate func(obs gym.Obs, action interface{}) error + Evolve func(reward float64) error + type OpenAI struct + ActionSpace *gym.Space + Genomes []*genome.Genome + ObsSpace *gym.Space + func ForOpenAI(actionSpace, obsSpace *gym.Space) (*OpenAI, error) + func (o *OpenAI) Evaluate(stepsSinceReset int, obs gym.Obs, action interface{}) error + func (o *OpenAI) Evolve(reward float64) error v2.0.0 Aug 31, 2018 Changes in this version + type Generation struct + Funcs []gene.FuncWeight + Genomes []*genome.Genome + ScoringFunc genome.ScoringFunc + func New(fs []gene.FuncWeight, fm functions.FuncMap, ...) *Generation + func (g *Generation) Evolve(iterations int) *genome.Genome Other modules containing this package github.com/gmlewis/gep