rwgardner2

Results 3 issues of rwgardner2

updated the 'isopen' key to 'isOpen' for more recent AI2Thor

Simple, relevant snippet of code ``` N_DIMS_EMBEDDING = 3 m_sim = np.array([(1.0, .7, .3), (.7, 1.0, .2), (.3, .2, 1.0)]) #define feature matrix - one-hot encoding m_feat = np.array([(1.0, 0.0,...

Simple, relevant snippet of code ``` N_DIMS_EMBEDDING = 3 m_sim = np.array([(1.0, .7, .3), (.7, 1.0, .2), (.3, .2, 1.0)]) #define feature matrix - one-hot encoding m_feat = np.array([(1.0, 0.0,...