stepjam / RLBench

A large-scale benchmark and learning environment.

Home Page:https://sites.google.com/corp/view/rlbench

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[TYPO --> BUGS??] dataset_generator.py get task descriptions wrong?

yiqiwang8177 opened this issue · comments

Hi,

in the file dataset_generator.py , line 246, it has obs, descriptions = task_env.reset() to retrieve text descriptions.

However, in task_environment.py line 89 of reset(), it returns the following: return desc, self._scene.get_observation() .

It seems like in dataset_generator what is restored as "descriptions" is actually observation.
Should it be descriptions , obs = task_env.reset() ???

same question