visual-navigation-agent-pytorch icon indicating copy to clipboard operation
visual-navigation-agent-pytorch copied to clipboard

Target-driven Visual Navigation in Indoor Scenes using Deep Reinforcement Learning implemented in PyTorch

Results 7 visual-navigation-agent-pytorch issues
Sort by recently updated
recently updated
newest added

Thanks for your attention! I follow this tutorial https://hub.docker.com/r/kulhanek/visual-navigation-agent-pytorch/. After running `docker pull kulhanek/visual-navigation-agent-pytorch`, I succeed to download the image > (Siamese) root@c:~# docker images > REPOSITORY TAG IMAGE ID...

Hello, I want to collect data and generate HDF5 files in my room, but I don't know how to organize data and generate HDF5 files. Can you help me

**I have got following error messages. I would be grateful if anyone could teach me. Thanks** ``` Traceback (most recent call last): File "./eval.py", line 21, in t.run() File "/app/agent/evaluation.py",...

**I am using Ubuntu16.04. I follow the steps you specified to start training. Shortly after the text "training started" shows, i get the error "type object got multiple values for...

could you please tell how long will this project take to execute completely ?

I try to run the program and it stpped at the function _sync_network(). I found actually it stop at the load_state_dict() function in _sync_network(), but I can not solve it....