facebookresearch / phyre

PHYRE is a benchmark for physical reasoning.
https://phyre.ai
Apache License 2.0
431 stars 64 forks source link

Missing "task_ids" in the two ball game cache. #80

Open maguro27 opened 2 years ago

maguro27 commented 2 years ago

Hi. I finished running the one-ball game using DQN. However, I got an error when I ran the two-ball game.

KeyError: '00100:000'

This error is thrown by phyre/src/python/phyre/simulation_cache.py. Then, I checked the cache files (.cache/phyre/offline_simulation/100000/two_balls/simulation_cache.gz). Consequently, .cache/phyre/offline_simulation/100000/two_balls/simulation_cache.gz did not include any keys of the python dictionary.

Is this bug? Please teach me the solution. Thanks.

maguro27 commented 2 years ago

I remove the cache file of the two balls game and re-download the cache file. However, I got the same key error.