minosworld / minos

MINOS: Multimodal Indoor Simulator
MIT License
201 stars 33 forks source link

Maximum Step for MINOS enviornment #90

Closed kojimano closed 6 years ago

kojimano commented 6 years ago

At this moment, the maximum step that the agent can take in MINOS is set 500 steps in stone, and it seems that there is no way to change this setting from python interface. How can I change this setting in javascript code?

Thanks for your help in advance.

kojimano commented 6 years ago

There was some misunderstanding, and termination time was actually handled inside the python interface. (minos/minos/lib/util/measurement.py line 11). Closing the issue.