Ignore:
Timestamp:
03/08/23 00:50:03 (14 months ago)
Author:
Maciej Komosinski
Message:

Examples made more friendly to shells that treat semicolon "as;a;command;separator" (like bash or powershell)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • framspy/FramsticksLibCompetition.py

    r1206 r1207  
    1515        - set SIMPLE_FITNESS_FORMAT = False below,
    1616        - edit FramsticksEvolution.py in a few places so that it only uses the FramsticksLibCompetition class instead of FramsticksLib,
    17         - run: python FramsticksEvolution.py -path %DIR_WITH_FRAMS_LIBRARY%  -sim eval-allcriteria.sim;recording-body-coords.sim  -opt COGpath  -generations 20
     17        - run: python FramsticksEvolution.py -path %DIR_WITH_FRAMS_LIBRARY%  -sim "eval-allcriteria.sim;deterministic.sim;recording-body-coords.sim"  -opt COGpath  -generations 20
    1818        See also: https://www.framsticks.com/gecco-competition
    1919        """
Note: See TracChangeset for help on using the changeset viewer.