Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

ZhiyueZ/CTDT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Continuous-Time Decision Transformer

Implementation of Continuous-Time Decision Transformer. AISTATS 2023 (link to be updated).

Our implementation builds on the codebase of DT. We also include the two new survival environments introduced in the paper in env.

Installation

conda env create -f conda_env.yml

Example usage

Generate a simulation dataset with

python sim_data.py

Train a CTDT with:

python experiment.py --model_type ctdt --train_model

Logging

By default, log files are generated in the "work_dir" directory.

About

Continuous-time decision transformer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages