apprenticelearner / AL_Train

A repository for the CTAT HTML based training harness for Apprentice Learner agents.
MIT License
5 stars 5 forks source link

Add command line arg to the altrain script to control logging flags #18

Open eharpste opened 3 years ago

eharpste commented 3 years ago

AL_Core now uses the built in logging library rather than relying on print statements (See closed issue). It would be good if the altrain script provided a command line arg to control logging flags. Like so:

altrain training.json --show-python-logs="train-explanations train-state request-state how-explanations"