NeuralDialog-LaRL icon indicating copy to clipboard operation
NeuralDialog-LaRL copied to clipboard

PyTorch implementation of latent space reinforcement learning for E2E dialog published at NAACL 2019. It is released by Tiancheng Zhao (Tony) from Dialog Research Center, LTI, CMU

Results 3 NeuralDialog-LaRL issues
Sort by recently updated
recently updated
newest added

how can we get the action from z (latent variable) at each dialogue turn? @snakeztc

Would you share your trained model? We have some problems reproducing the same result as in your paper. Thanks!

Hi, thanks for the nice paper and neat code, well done. After read the paper and check the code, I was confused about several lines in `model_task.py`, from 306 to...