Local Human

This is an agent which takes input from the command line in the act function. It is used in the interactive script.

Basic Examples

Interact with a KVMemNN model trained on Persona-Chat.

python projects/personachat/scripts/kvmemnn_interactive.py

LocalHumanAgent Options

Local Human Arguments

Argument

Description

--local-human-candidates-file, --fixedCands

File of label_candidates to send to other agent

--single-turn

If on, assumes single turn episodes.

Default: False.