facebookresearch / OccupancyAnticipation

This repository contains code for our publication "Occupancy Anticipation for Efficient Exploration and Navigation" in ECCV 2020.
MIT License
78 stars 26 forks source link

Fixed eval_ckpt_idx unresolved reference error #8

Closed rpartsey closed 4 years ago

rpartsey commented 4 years ago

Changed checkpoint_index variable name to eval_ckpt_idx to fix the unresolved reference error.

See https://github.com/facebookresearch/OccupancyAnticipation/issues/6 for more details.

srama2512 commented 4 years ago

@rpartsey - This was a nice catch! I was just re-running to code to see why I missed it. It turns out that it works as expected despite the bug because the checkpoint_index was changed to the right value before entering the except block. Thanks for the PR.