This repository has been archived by the owner on Nov 3, 2023. It is now read-only.
v0.9.0
v0.9.0 ChangeLog
Breaking Changes
- Removed support for HogWild and ExecutableWorld (#2919)
- Archived a number of older projects (Mastering the dungeon, TalkTheWalk, Memnn_feed) (#2919)
New Features
- [Dynamic Batching] Add world logging capability (#2941)
- [Torch Generator Agent] Option to block full context (#2928)
- [Safety] can supply custom offensive language file (#2968)
- [Safety] Add new model file argument to safety classifiers (#2955)
- Script for comparing two different opts (#2932)
- [Image S2S] Standardize Image Seq2Seq Image Processing (#2911)
Bug fixes
- [Chunk teacher] Bug with distributed evaluation (#2935)
- Add encoding to "with open"s in teachers.py (#2946)
- Fix an issue where
parlai
suppercommand wasn't handling set_params appropriately (#2956) - Fix a bug where Git was trying to be called regard (#2961)
- Project specific: Personality Captions interactive mode fix (#2963)
- Project specific: fix openers loading opt (#2965)
- Fix underscore opt not being handled by parlai supercommand (#2938)
- [Style] Add style-controlled generation agent (#2913)
- Add return in report of wrapper agents (#2907)
Doc updates
- Fixed a mistake in documentation for creating tasks based on ParlAIDialogTeacher. (#2973)
- Updated link for LICENSE file (#2970)
- Added pip installation guide to Readme.md (#2959)
- Mention colab tutorial in our quickstart tutorial (#2936)