No description
  • Python 98.6%
  • Shell 1.4%
Find a file
2024-12-17 11:00:43 +01:00
atari model finetuned for state and rtg prediction 2024-12-17 11:00:43 +01:00
gym off-by-one bug in % hyperparameter 2022-02-07 10:58:01 -08:00
.gitmodules finetune checkpoint with parameter freeze to only train state,reward reconstruction, WIP: not working 2024-12-13 09:04:21 +01:00
architecture.png initial relase 2021-06-02 05:37:00 -04:00
LICENSE.md added licenses 2021-06-25 12:15:39 -07:00
README.md added licenses 2021-06-25 12:15:39 -07:00

Decision Transformer

Lili Chen*, Kevin Lu*, Aravind Rajeswaran, Kimin Lee, Aditya Grover, Michael Laskin, Pieter Abbeel, Aravind Srinivas†, and Igor Mordatch†

*equal contribution, †equal advising

A link to our paper can be found on arXiv.

Overview

Official codebase for Decision Transformer: Reinforcement Learning via Sequence Modeling. Contains scripts to reproduce experiments.

image info

Instructions

We provide code in two sub-directories: atari containing code for Atari experiments and gym containing code for OpenAI Gym experiments. See corresponding READMEs in each folder for instructions; scripts should be run from the respective directories. It may be necessary to add the respective directories to your PYTHONPATH.

Citation

Please cite our paper as:

@article{chen2021decisiontransformer,
  title={Decision Transformer: Reinforcement Learning via Sequence Modeling},
  author={Lili Chen and Kevin Lu and Aravind Rajeswaran and Kimin Lee and Aditya Grover and Michael Laskin and Pieter Abbeel and Aravind Srinivas and Igor Mordatch},
  journal={arXiv preprint arXiv:2106.01345},
  year={2021}
}

Note: this is not an official Google or Facebook product.

License

MIT