### 🚀 Feature Request This feature request is a duplicate from stable-baselines3 (see [https://github.com/DLR-RM/stable-baselines3/issues/177](https://github.com/DLR-RM/stable-baselines3/issues/177)). The idea is to add the GTrXL model in the contrib repo from the paper [Stabilizing Transformers for Reinforcement Learning](https://arxiv.org/abs/1910.06764), as done in RLlib: [https://github.com/ray-project/ray/blob/master/rllib/models/torch/attention_net.py](https://github.com/ray-project/ray/blob/master/rllib/models/torch/attention_net.py). ~~@araffin has already mentioned that he created it and will make it public ([comment](https://github.com/DLR-RM/stable-baselines3/issues/177#issuecomment-703268927)).~~ ~~I wonder if this is still relevant?~~