-
Notifications
You must be signed in to change notification settings - Fork 246
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Download experts from hf inside tutorials and docs (#766)
* Download expert policies from HF hub instead of training in docs/tutorials * Download expert policies from HF hub instead of training in docs/algorithms * Download expert policies from HF hub by default in quickstart.py * Fix broken import in 3_train_gail.ipynb * Fix broken call to load_policy in experts.rst docs * Consistently use VecEnv environments in tutorial notebooks * Use VecEnv environments in quickstart.py * Suppress unused import warning for "seals" package in notebooks * Consistently use VecEnv environments in docs/algorithms * Fix missing imports in some algorithm docs * Adapt hyperparameters in GAIL and AIRL notebooks and seed everywhere * Fix imports in 3_train_gail.ipynb * Revert 9_compare_baselines.ipynb to (almost) the version on master * Increase expert training steps in quickstart.py * Adapt hyperparameters in GAIL and AIRL documentation and seed everywhere * Reuse existing VecEnv in code examples in docs/algorithms * Reuse existing VecEnv in tutorial notebooks for GAIL and AIRL
- Loading branch information
Showing
11 changed files
with
293 additions
and
229 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.