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.
Hi. I finished running the one-ball game using DQN. However, I got an error when I ran the two-ball game.
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.