Skip to content

0.2.3

Compare
Choose a tag to compare
@dmjoy dmjoy released this 06 Nov 17:04
· 483 commits to main since this release

Version 0.2.3

Added

  • Added --loglevel CLI argument for run_action_based_chat_baseline.py script

  • Added LanguageModel, ChatLanguageModel classes for ADMs to inherit from

  • Added AlignedDecisionMaker interface for ADMs to implement

  • Added template system for ADMs to use

  • Added evaluation library code to measure ADM performance

  • Added ChatKDMAPredictingADM ADM

  • Added a few tests for LanguageModel and ChatLanguageModel classes

Changed

Fixed

  • Fixed issue where TA3 training session flag wasn't being passed to the TA3 API

  • Removing training session data info from "action to take" passed to TA3 API