Denis Tarasov
Denis Tarasov
Hello! Seems like there are some problems with AntMaze tasks in terms of setting seeds. The following code: ```Python3 import numpy as np import random import gym import d4rl np.random.seed(0);...
All of the algorithms with offline-to-online finetuning log training regret (regret obtained by online interactions which are used for training) under both `train/regret` and `eval/regret`. So we report only train...
Hello, thanks for your work! Is it possible to run non-blind docking using partial diffusion, for example (maybe some code snippet is available)? E.g., I know some approximate position of...