Pre-Trained-Language-Models-for-Interactive-Decision-Making icon indicating copy to clipboard operation
Pre-Trained-Language-Models-for-Interactive-Decision-Making copied to clipboard

def reset(self, state)

Open willxxy opened this issue 2 years ago • 0 comments

For vh_env.py, I see that reset(self, state) function only takes one argument however in the example you provide you have this function.

s = env.reset(state_path , task_goals)

Is there a difference between the two functions?

willxxy avatar Dec 16 '22 00:12 willxxy