flowersteam / explauto

An autonomous exploration library
http://flowersteam.github.io/explauto
GNU General Public License v3.0
64 stars 27 forks source link

Include test cases with the config of environment #40

Closed pierre-rouanet closed 10 years ago

pierre-rouanet commented 10 years ago
  1. Each environment should provide a method to create its specific test cases (depending on the config).
  2. When creating an experiment pool with the form_settings factory you can provide a test cases which will be used for all experiments
  3. If you provide a test cases with different environment (or config) should raise an Error
clement-moulin-frier commented 10 years ago

TODO: