Skip to content
Snippets Groups Projects
  1. Aug 15, 2023
  2. Jul 17, 2023
  3. Jul 06, 2023
  4. Jun 26, 2023
  5. Jun 19, 2023
  6. May 31, 2023
  7. May 30, 2023
    • Joana Plewnia's avatar
      added ImportanceFilter · dc10d0ae
      Joana Plewnia authored
      importance value can depend on either number of access times or confidence value, both stored in metadat information
      also added SimilarityType NONE to be able to print the appropriate type for filters that are not similarity based
      dc10d0ae
    • Joana Plewnia's avatar
      Statistics will now only be saved when scenario is stopped not each time when... · 5fd49300
      Joana Plewnia authored
      Statistics will now only be saved when scenario is stopped not each time when the LTM recording is disabled
      Calculation of similarity/dissimilarity now also possible for more than two elements (still needs to be tested properly)
      5fd49300
  8. May 26, 2023
    • Joana Plewnia's avatar
    • Joana Plewnia's avatar
      Changes in Similarity/Equality-Filter: works now for images in the form of NDArray objects · 5465eeae
      Joana Plewnia authored
      Functions for similarity calculation: MSE, MAE, Chernoff for NDArray objects
      Information about experiments: statistics can now be generated and saved as JSON file when LTM recording is used
      
      ltm/detail/MemoryBase: added functions to write statistics about the filter used to a JSON file when recording of the LTM is disabled
      ltm/processors/Processor: added SnapshotSimilarityFilter as case and function to put statistics about used filters into map that can be accessed by other classes
      ltm/processors/filter/Filter: added struct for filter statistics
      ltm/filter/equalityFilter/EqualityFilter: changed accept() function to work with new similarity functions, holds a queue of images now and uses similarity functions in aron/similarity, also added to the configure() method because there are new parameters
      
      ltm/filter/frequencyFilter/FrequencyFilter: added functions to get basic information for statistics
      plugins/Plugin: added call to getFilterStatistics() to allow for saving of statistics in JSON file when scenario is stopped
      test/ForgettingExperiments: added function to print information about filter and usage of those into a JSON file
      
      aron:
      
      similarity/../NDArraySimilarity: similarity function for NDArray elements (images)
      similarity/../chernoff: calculates chernoff measure of two NDArray elements
      similarity/../mae: calculates mae
      similarity/../mse: calculates mse
      
      Signed-off-by: default avataruhfpm_plewnia <uhfpm@student.kit.edu>
      5465eeae
  9. May 09, 2023
    • Joana Plewnia's avatar
      Merge branch 'master' into feature/forgetting-in-wm-and-em · 2165ad31
      Joana Plewnia authored
      # Conflicts:
      #	source/RobotAPI/libraries/armem/server/CMakeLists.txt
      #	source/RobotAPI/libraries/armem/server/ltm/base/detail/Processors.cpp
      #	source/RobotAPI/libraries/armem/server/ltm/base/detail/Processors.h
      #	source/RobotAPI/libraries/armem/server/ltm/base/filter/frequencyFilter/FrequencyFilter.h
      #	source/RobotAPI/libraries/armem/server/ltm/detail/MemoryBase.h
      #	source/RobotAPI/libraries/armem/server/ltm/detail/mixins/BufferedMemoryMixin.h
      #	source/RobotAPI/libraries/armem/server/ltm/filter/similarityFilter/SimilarityFilter.cpp
      #	source/RobotAPI/libraries/armem/server/ltm/filter/similarityFilter/SimilarityFilter.h
      #	source/RobotAPI/libraries/armem/server/ltm/processors/filter/equalityFilter/EqualityFilter.h
      2165ad31
  10. May 04, 2023
  11. May 03, 2023
  12. May 02, 2023
  13. May 01, 2023
  14. Apr 28, 2023
  15. Apr 25, 2023
Loading