Suhan Shetty

Results 1 comments of Suhan Shetty

import gym import d4rl env_name = "halfcheetah-medium-v2" env = gym.make(env_name) dataset = d4rl.qlearning_dataset(env) I have the same issue with the above code