GithubHelp home page GithubHelp logo

evo's People

Contributors

jarbus avatar

Watchers

 avatar  avatar

evo's Issues

bug: increasing gamma

i suspect this could be fixed by always including the best fitness as a copy in the pop

edit: occurs in gesmr-adapt={noelite1,elite1}

x: no-ns

testing if a GA can learn to forage. may need to do an hparam sweep. This should
be doable.

performance

(using large model, 2.4M params)

model creation vs run batch

julia> @btime models = Dict("f0a0"=>re(reconstruct(nt, UInt32.([3, 4, 5]))))
3.576 ms (436 allocations: 28.27 MiB)
julia> @btime rewards, mets, bc = run_batch(env, models, args)
472.274 ms (126467 allocations: 335.63 MiB)

model creation scales with seed count

julia> @btime models = Dict("f0a0"=>re(reconstruct(nt, UInt32.([rand([1,2,3]) for _ in 1:100]))))
  60.308 ms (536 allocations: 28.28 MiB)

re adds negligible overhead

julia> @btime reconstruct(nt, UInt32.([1,2,3,4,5,6,7,8,9,10]));
  6.779 ms (7 allocations: 18.83 MiB)
@btime re(reconstruct(nt, UInt32.([1,2,3,4,5,6,7,8,9,10])));
  7.453 ms (431 allocations: 28.26 MiB)

x: gridsearch over hparams

launching \sigma grid search = {0.0001,0.0005,0.001,0.005} at 1:18am

100 processors each

todo: average times for each processing step

todo: single-agent foraging

run experiments with/without:

adaptive mutation rate
adaptive exploration rate
mut-mod from world model neuroevolution paper
run experiments to confirm that these work

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.