Code of “Dialogue environments are different from games: investigating variants of deep q-networks for dialogue policy” (ASRU 2019)
python: 2.7
pip install -r requirements.txt
Movie-Ticket Booking domain
bash script/movie.sh
Restaurant Reservation domain:
bash script/restaurant.sh
Taxi Ordering domain:
bash script/taxi.sh
For the variants of DQN, see more detail in the scripts.
To be updated.