Instructions to use soft-boy/decision_transformer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use soft-boy/decision_transformer with Transformers:
# Load model directly from transformers import AutoTokenizer, TrainableDT tokenizer = AutoTokenizer.from_pretrained("soft-boy/decision_transformer") model = TrainableDT.from_pretrained("soft-boy/decision_transformer") - Notebooks
- Google Colab
- Kaggle
Ctrl+K