We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6abc93 commit 31a4c9cCopy full SHA for 31a4c9c
tensorflow_datasets/rlds/datasets/robosuite_panda_pick_place_can/robosuite_panda_pick_place_can.py
@@ -186,9 +186,11 @@ class RobosuitePandaPickPlaceCan(tfds.core.GeneratorBasedBuilder):
186
reward_info=np.float64,
187
discount_info=np.float64,
188
episode_metadata_info={
189
- 'agent_id': np.str_,
190
- 'episode_index': np.int32,
191
- 'episode_id': np.str_,
+ 'episode_metadata': {
+ 'agent_id': np.str_,
+ 'episode_index': np.int32,
192
+ 'episode_id': np.str_,
193
+ },
194
},
195
step_metadata_info={
196
'tag:placed': np.bool_,
0 commit comments