kzl / decision-transformer

Official codebase for Decision Transformer: Reinforcement Learning via Sequence Modeling.
MIT License
2.33k stars 440 forks source link

Problem Creating Deterministic Action Selection #39

Open carsonsmith87 opened 2 years ago

carsonsmith87 commented 2 years ago

I am trying to convert the DT to model TSP like problems, in which there is obviously a discrete action space instead of the continuous one presented. I am working the the gym code. Do you have any suggestions in how to convert this?

GBaruque commented 1 year ago

Hello @carsonsmith87,

I'm also working on an implementation that needs discrete actions. Were you able to solve this problem?