decision-diffuser
decision-diffuser copied to clipboard
When I run `python train`, there is a error: > Traceback (most recent call last): > File "train.py", line 3, in > from analysis import RUN > ModuleNotFoundError: No module...
Hello, I tried the same config with the repo and got the same good performance with the paper. However, when I tried the env halfcheetah and the testing score is...
Decision Diffuser needs to maintain a history of length K and then condition on it, to constrain the plan to be consistent, which is described in the paper. However, I...
Thanks for the great work! Where can I find the code for the skill composition task of the quadrupedal robots in the paper Sec. 4.3? I did not find them...
I have some confusions about 'label'(rewards) setting, the horizon of state and action sequences are fixed, but rewards array is from 'start' to end of entire episode. Why?
I've been trying to run the line **conda env create -f environment.yml** to get the required packages for the code, but I keep running into issues with patchelf. I'm trying...
There's a problem when I run train.py. It shows that ImportError: cannot import name 'instr' from 'ml_logger'. Besides, it also cannot import 'needs_relaunch'.
hello, when I train and eval the model in hopper-medium-v2 task. I got results below:  {'average_ep_reward': 3269.0621404844796, 'std_ep_reward': 679.6445333781064} But in paper, I see the metirc value in the...