This codebase is an adaptation of the coded official codebase for Decision Transformer: Reinforcement Learning via Sequence Modeling that can be found here.
The purpose of this code is to use the Decision Transformer architectures for learning on a different kind of environment, in particular the model solved the Lunar Lander game.
https://gym.openai.com/envs/LunarLander-v2/
MIT