End-to-end Negotiator Improved With Transformers

less than 1 minute read

Published:

During my undergraduate degree, one of my classmates and I took a paper published by Meta Research [Lewis et al., 2017] and improved it in a few ways. First, we implemented Transformer architectures rather than using the GRUs originally proposed. We also implemented Monte Carlo Tree Search as opposed to the original simple Rollout method proposed.

The report we submitted can be viewed here

Check out the GitHub Repo to see the code used in our experiments.