adversarial_VLNDUET/map_nav_src
Ting-Jun Wang de3326ae85
fix: some KEY ERROR situation
- situation: in visualization tool, some False Negative case(receive
  adversarial instruction but return True(found)) will get the
  found_objid but None. So it will raise a Key error interrupt.

- Solution: found that there is a condition function in agent_obj.py
  return NOT_FOUND when detecting the found_objId is -1 but it doesn't
  detect None so that it always return FOUND when the found_objId is
  None. It doens't follow the rules. I add a new condition to check
  whether the found_objId is -1 or None

- Other: For run the testing scripts, the user can shoose to replace the
  exists output file.
2024-01-19 15:25:26 +08:00
..
models init 2021-11-24 13:29:08 +01:00
r2r init 2022-03-26 20:56:29 +01:00
reverie fix: some KEY ERROR situation 2024-01-19 15:25:26 +08:00
scripts init 2022-03-26 20:56:29 +01:00
soon init 2021-11-24 13:29:08 +01:00
utils init 2021-11-24 13:29:08 +01:00