Hi,
I want to implement the MC search with roll-out policy in the SeqGAN code here (as described in the original paper). My idea was to create a custom Helper that would help implement the roll-out policy. However I found the SeqPGAgent code which seems to be usable here. Can you please advice on whether I can use the SeqPGAgent here to implement this rollout policy? Thanks!