Skip to content
Snippets Groups Projects
  1. May 20, 2021
  2. May 16, 2021
  3. May 15, 2021
    • emailweixu's avatar
      Pr algorithm container (#858) · 3cfe6d00
      emailweixu authored
      * Algorithm container
      
      * Fixes for algorithm/contrainers.py
      
      * Fix algorithms/containers and unittest
      
      * loss_weight for LossAlg
      
      * Loss for EncodingAlgorithm
      
      * AlgorithmInterface
      
      Unify interface for Algorithm and RLAlgorithm
      
      * Update agent to use the new algorithm interface & fix EchoAlg bug
      
      * Cleanup and update SacAlgorithm
      
      * Update other algorithms
      
      * Fix tests
      
      * More tests and comments
      
      * Address comments
      
      * Address more review comments
      
      * Fix comments
      3cfe6d00
  4. May 14, 2021
  5. May 06, 2021
  6. Apr 28, 2021
  7. Apr 27, 2021
  8. Apr 24, 2021
  9. Apr 23, 2021
    • Neale Ratzlaff's avatar
      Add uncertainty quantification methods (#816) · 656cb69d
      Neale Ratzlaff authored
      
      * * adding changes from linter. * squashing last few PR commits into one. * PR is still 1) uncertainty (auc) methods, 2) datagen refactoring, 3) minmax for functional particle VI.
      
      * Fix some docstrings (#833)
      
      * adding changes:
      * adding test for eval_uncertainty
      * removing some unused code for packages.
      * created file sl_utils with loss functions and uncertainty related functions
      
      * use random data instead of saving/loading mnist data for eval_uncertainty test, also incorporate changes from master
      
      * * integrated alf configurable data_loaders
      * fixed docstrings according to comments
      
      Co-authored-by: default avataremailweixu <emailweixu@gmail.com>
      656cb69d
    • hnyu's avatar
      add contour plotting (#851) · 4dc10e34
      hnyu authored
      4dc10e34
  10. Apr 21, 2021
  11. Apr 17, 2021
    • hnyu's avatar
      tasac algorithm (#842) · 00576f71
      hnyu authored
      * tasac algorithm
      
      * fix summarizing value and return
      
      * address comments and fix the Mode bug
      
      * address more comments
      
      * update
      00576f71
  12. Apr 16, 2021
  13. Apr 13, 2021
    • emailweixu's avatar
      Minor refactoring for supervised training (#840) · 6ff31512
      emailweixu authored
      * dropout for TransformerBlock
      
      Include dropout to conform with the original implementation in "Attention is all you need".
      Though it seems to hurt the unittest and ppo_babyai.py example.
      
      * Configurable activation for TransformerBlock
      
      Also only use position embedding for the first tranformer block of TransformerNetwork, which is the common practice.
      
      * Slight refactoring of trainer for supervised learning
      
      Also adds an alf conf example of language modeling task for supervised learning.
      
      * Fix hypernetwork_algorithm_test
      
      * Fix policy_trainer_test
      
      * Address review comments
      6ff31512
  14. Apr 10, 2021
  15. Apr 08, 2021
    • hnyu's avatar
      Using snapshot alf/examples (#839) · 4c227ba7
      hnyu authored
      When playing a trained model with alf snapshot, we should also set redirect the python path to its examples directory in case some conf files have been changed.
      4c227ba7
  16. Apr 07, 2021
  17. Apr 06, 2021
  18. Apr 02, 2021
  19. Apr 01, 2021
  20. Mar 31, 2021
  21. Mar 30, 2021
  22. Mar 27, 2021
  23. Mar 25, 2021
    • hnyu's avatar
      play alf snapshot (#822) · 08e099b5
      hnyu authored
      * play alf snapshot
      
      * typo
      
      * fix train_play_test on CI
      
      * address comments
      
      * also redirect cnest.so path
      
      * remove _alf_root global var
      
      * also includes json files
      08e099b5
  24. Mar 24, 2021
  25. Mar 21, 2021
  26. Mar 18, 2021
Loading