peteanderson80 / Matterport3DSimulator

AI Research Platform for Reinforcement Learning from Real Panoramic Images.
Other
496 stars 129 forks source link

Deprecated `init` in `scripts/precompute_img_features` #46

Closed thomason-jesse closed 5 years ago

thomason-jesse commented 5 years ago

https://github.com/peteanderson80/Matterport3DSimulator/blob/master/scripts/precompute_img_features.py#L76 should be sim.initialize()

thomason-jesse commented 5 years ago

Later calls to newEpisode and getting state from getState are also written for non-batched behavior and need corrected.