Skip to content
Snippets Groups Projects
Commit e7fec72e authored by Christian Geishauser's avatar Christian Geishauser
Browse files

Update description

parent 2a929815
Branches
No related tags found
No related merge requests found
Pipeline #73167 failed
...@@ -21,13 +21,17 @@ ...@@ -21,13 +21,17 @@
############################################################################### ###############################################################################
""" '''
Implementation of FeudalGain FeudalGainPolicy.py - What Does The User Want? Information Gain for Hierarchical Dialogue Policy Optimisation
==================================================
Paper: Arxiv reference
Author: Christian Geishauser Author: Christian Geishauser
"""
The implementation of the FeudalGain algorithm that incorporates information gain as intrinsic reward in order to update a Feudal policy.
The details can be found here: https://arxiv.org/abs/2109.07129
'''
import numpy as np import numpy as np
import random import random
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment