while not world.episode_done():
world.parley()
world.shutdown()
if __name__ == "__main__":
main()
After Change
opt = argparser.parse_args()
opt["task"] = os.path.basename(os.getcwd())
// The task that we will evaluate the dialog model on
task_opt = {}
task_opt["datatype"] = "test"
task_opt["datapath"] = opt["datapath"]
task_opt["task"] = "//MovieDD-Reddit"