Skip to content

Latest commit

 

History

History

sequoia

sequoia

Packages:

  • settings: definitions for the settings (machine learning problems).
  • methods: Contains the methods (which can be applied to settings).
  • common: utilities such as metrics, transforms, layers, gym wrappers configuration classes, etc. that are used by Settings and Methods.
  • utils: miscelaneous utility functions (logging, command-line parsing, etc)
  • experiments: Command-line interface entry-points, via the Experiment class.
  • client (wip): defines a proxy to a Setting and its environments, in order to further isolate the Method and Setting from each other (used for the CLVision competition).