min-decision-transformer
min-decision-transformer copied to clipboard
Minimal implementation of Decision Transformer: Reinforcement Learning via Sequence Modeling in PyTorch for mujoco control tasks in OpenAI gym
Hey, I am trying to train this on my custom gym environment but the model isn't learning at all. Any idea what could be the probable cause?
Hello👋, Thank you for open-sourcing the code for the min decision transformer. Your code has been tremendously helpful in helping me understand DT. However, I am currently facing an issue....
Hi nik! I have trained the walker2d and other environments several times. The settings and hyper parameters are all followed by original DT. And I found some strange points. Most...