Pre-Trained-Language-Models-for-Interactive-Decision-Making
Pre-Trained-Language-Models-for-Interactive-Decision-Making copied to clipboard
def reset(self, state)
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?