Git Product home page Git Product logo

Comments (2)

ctallec avatar ctallec commented on August 20, 2024
  • The screen output corresponds to various information regarding CMAES optimization procedure. You can find more detailed information in the documentation of the CMA package: https://github.com/CMA-ES/pycma.

  • With a single worker and a single GPU, it's going to take a really long time to train. For reference, our own experiments took about a day, with about 30 workers and 4 P100 gpus.

  • CMAES is a black box optimization algorithm who is normally best suited to optimize deterministic functions. In our case, the return obtained by the agent is stochastic (notably due to the randomized road tracks used during training). To decrease the amount of stochasticity of the optimized function, the return obtained is averaged on n-samples rollouts. Besides, CMA is a population based black box optimization method: at each optimization step, CMA maintains a population of candidate solutions to the optimization problem, and these candidates evolve during optimization. The population size thus refers to the number of candidates that CMA maintains during optimization.

from world-models.

Fairasname avatar Fairasname commented on August 20, 2024

Alright, now is much more clear!

from world-models.

Related Issues (20)

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.