- May 20, 2021
-
-
Haichao Zhang authored
* Upgrade to pytorch 1.8 * AdamW fix * Remove trunc_normal * Remove MixtureSameFamily * Update doc requirements * AdamW comment * Remove unnecessary conversion * Add torchtext * Changed to python3.7; add torchtext * Forwarding alf version number * Fix rendering error in docker with python3.7 * The deadly triad for gym rendering: gym+pyglet+pillow * More updates * Add python3.7-dev in readme; minor carla docker update * Minor fix
-
- May 16, 2021
-
-
emailweixu authored
Sometime it is necessary to use it in order to make the ConvTraspose2D to recover the original input size of the corresponding Conv2D.
-
emailweixu authored
-
emailweixu authored
* add alf.summary.images() So we can add images to tensorboard, which is useful for showing the progress of image generating. * alf.configurable for summary_utils.py
-
emailweixu authored
-
- May 15, 2021
-
-
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
-
- May 14, 2021
-
-
hnyu authored
* add soft boundary transforms and functions * address comments * update
-
- May 06, 2021
-
-
hnyu authored
-
- Apr 28, 2021
-
-
hnyu authored
* fix mario example * force frameformat to be channels_last
-
- Apr 27, 2021
- Apr 24, 2021
-
-
hnyu authored
* fix the bug of reward weight setting if checkpoint loaded * create reward weights as buffers * revert deletion
-
- Apr 23, 2021
-
-
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:
emailweixu <emailweixu@gmail.com>
-
hnyu authored
-
- Apr 21, 2021
-
-
emailweixu authored
unnamed tuple and list are not correctly handled. Also add more diagnositic information for map_structure and assert_same_structure errors.
-
hnyu authored
-
hnyu authored
-
- Apr 17, 2021
-
-
hnyu authored
* tasac algorithm * fix summarizing value and return * address comments and fix the Mode bug * address more comments * update
-
- Apr 16, 2021
-
-
emailweixu authored
* Improve error reporting for alf.nest.get_field() Previously, it is hard to find out what's wrong when get_field() fails. This change make the error msg clearer by including all paths in the nest and the desired path. Also improved the error reporting in config_util so that location of the error in config file will be displayed. * Fix layers_test.py
-
Haichao Zhang authored
-
emailweixu authored
Also: 1. implemented __repr__ for the schedulers 2. Fix issue int/int. Some of the progress value is int64 torch tensor, which can cause problem for division for LinearScheduler.
-
- Apr 13, 2021
-
-
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
-
- Apr 10, 2021
-
-
Qinxun Bai authored
* Add Conv2DBatchEnsemble layer and basic tests * update docstring to address code reviews
-
- Apr 08, 2021
-
-
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.
-
- Apr 07, 2021
-
-
Haichao Zhang authored
* Add support to speed limit penalty * Address comments
-
- Apr 06, 2021
-
-
hnyu authored
* rendering interface * image packing for saving image size * fix dependency * address comments
-
Haichao Zhang authored
* Fix route length * Some typo fixes
-
- Apr 02, 2021
-
-
emailweixu authored
-
- Apr 01, 2021
-
-
emailweixu authored
Previously, the docs of some of them are not generated. It seems to be caused by the fact that some of those scripts try to define same flags when the module is imported. So I moved the flags definitions into a function so that they are defined only when the script is invoked.
-
hnyu authored
-
emailweixu authored
* Utility to verify algorithm loaded from checkpoint is same as the original algorithm. * Address comments * Address comments
-
- Mar 31, 2021
-
-
hnyu authored
* support alf conf in grid_search * address comments
-
- Mar 30, 2021
-
-
Haichao Zhang authored
* Perspective projection and visualization of world/ego points to camera image. * Update * Velocity in m/s * Only render visible points * Address comments * Add option for waypoint rendering * Fix another transpose
-
emailweixu authored
* More flexible Sequential * Fix bug for NaiveParallelNetwork * Address commants and allow Callable as elements of Sequential * Fix accidentally inserted character
-
hnyu authored
* fix use_entropy_reward for multi-step TD * address comments
-
- Mar 27, 2021
-
-
hnyu authored
* more friendly option for snapshot * using logging
-
- Mar 25, 2021
-
-
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
-
- Mar 24, 2021
-
-
emailweixu authored
-
- Mar 21, 2021
-
-
emailweixu authored
-
- Mar 18, 2021
-
-
emailweixu authored
-