etaoxing / multigame-dt

Implementation of Multi-Game Decision Transformers in PyTorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implementation of Multi-Game Decision Transformers in PyTorch

Quickstart

conda create --name mgdt python=3.10
conda activate mgdt
pip install torch==1.12.1+cu113 torchvision==0.13.1+cu113 -f https://download.pytorch.org/whl/torch_stable.html
pip install -r requirements.txt

python scripts/download_weights.py
python run.py

Baselines

logs

model params task this repo orig.
mgdt 200M Breakout 298.8 290.6

References:

About

Implementation of Multi-Game Decision Transformers in PyTorch

License:MIT License


Languages

Language:Python 100.0%