-
- Downloads
Make sure docs are generated for the scripts under alf/bin (#832)
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.
Showing
- alf/bin/compare.py 13 additions, 9 deletionsalf/bin/compare.py
- alf/bin/grid_search.py 15 additions, 10 deletionsalf/bin/grid_search.py
- alf/bin/play.py 51 additions, 44 deletionsalf/bin/play.py
- alf/bin/train.py 14 additions, 9 deletionsalf/bin/train.py
- alf/bin/verify_checkpoint.py 17 additions, 12 deletionsalf/bin/verify_checkpoint.py
- alf/config_util.py 3 additions, 2 deletionsalf/config_util.py
Loading
Please register or sign in to comment