You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running custom offline evaluation on the tasks from DeepMind Control Suite Dataset. I am taking the data from Tensorflow Datasets here and downloading the maching policies from the GCP bucket here.
Most tasks work fine, but when I get to finger_turn_hard I get the following error while inferring the policies on the data:
It looks like the policy is expecting one of the keys to be "touch", however, this key is not in the observations. According to the documentation here, there is no dimension "touch" in this dataset.
Hi, thanks for the good work.
I am running custom offline evaluation on the tasks from DeepMind Control Suite Dataset. I am taking the data from Tensorflow Datasets here and downloading the maching policies from the GCP bucket here.
Most tasks work fine, but when I get to finger_turn_hard I get the following error while inferring the policies on the data:
It looks like the policy is expecting one of the keys to be "touch", however, this key is not in the observations. According to the documentation here, there is no dimension "touch" in this dataset.
For context, I am loading the policy using:
And inferring using:
Am I missing something here? How can I infer the finger_turn_hard policies on the provided datasets?
The text was updated successfully, but these errors were encountered: