jkulhanek / robot-visual-navigation

Visual Navigation in Real-World Indoor Environments Using End-to-End Deep Reinforcement Learning Official Implementation
MIT License
58 stars 11 forks source link

ValueError when using the latest commit #25

Open leongkhing opened 1 year ago

leongkhing commented 1 year ago

Hi, I am facing the ValueError when I try to train dmhouse with the code from the latest commit. The error is gone if I revert the commit(2c87a2d).

Screenshot from 2023-05-01 12-26-08

speedhawk commented 2 weeks ago

Hi, I am facing the ValueError when I try to train dmhouse with the code from the latest commit. The error is gone if I revert the commit(2c87a2d).

Screenshot from 2023-05-01 12-26-08

Hi, I encountered the same problem. I tried to change the code as you proposed, but the error still exists.

speedhawk commented 2 weeks ago

Hi, I am facing the ValueError when I try to train dmhouse with the code from the latest commit. The error is gone if I revert the commit(2c87a2d).

Screenshot from 2023-05-01 12-26-08

I noticed there are only two sample batches in the tuple based on the code in storage.py, so is this the core problem?