Git Product home page Git Product logo

co-navgpt's People

Contributors

ybgdgh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

zhoukang123

co-navgpt's Issues

Docker Image

Thank you for sharing the codes.

Can you provide the docker image file that you used?

the version of numpy and scikit-fmm

When I try to install scikit-fmm==2019.1.30 using 'pip', I encounter an issue. I suspect this may be due to the version of numpy. The numpy version in my environment is 1.26.3, which was automatically installed when I installed torchv1.12.1. Can you please provide the recommended version of numpy?"

the error is :
image

Dataset problem

After run code: python -m habitat_sim.utils.datasets_download --username xxx --password xxx --uids hm3d_minival_v0.2
I got: Data download failed, no datasource named hm3d_minival_v0.2

After removing "_v0.2", it works. But the dataset structure is totally different from yours
data/scene_datasets
data/versioned_data

Therefore, i dont know what to do next. Could you give me some good advice, please?

habitat-sim build from source error

Hi! Thank you for your work!

I encountered problems when i am doing python setup.py install for habitat-sim after git checkout to tags/challenge-2022. The error log:

Install the project...
[ 24%] Built target corrade
[ 24%] Built target MagnumSceneGraph
[ 24%] Built target MagnumShaderTools
-- Install configuration: "RelWithDebInfo"
-- Installing: /usr/local/lib/libz.so.1.2.11
CMake Error at cmake_install.cmake:65 (file):
file INSTALL cannot copy file
"/home/xxxx/habitat-sim/build/deps/openexr/zlib-build/libz.so.1.2.11"
to "/usr/local/lib/libz.so.1.2.11": Permission denied.

Could you give some suggestions on that?
Thank you!

Question about object category remapping(constant.py and llm_agent.py)

Hi, could you please explain how you use mapping constants in the constants.py? I noticed the code use coco dataset for prediction, but it also use mp_categories_mapping array to remapping the segmentation result in line 605(llm_agents.py). I am currently run the code in my own environment for different object categories, it will be help a lot if you could explain this.

Dataset Problem

After run code: python -m habitat_sim.utils.datasets_download --username xxx --password xxx --uids hm3d_minival_v0.2
I got: Data download failed, no datasource named hm3d_minival_v0.2

After removing "_v0.2", it works. But the dataset structure is totally different from yours
data/scene_datasets
data/versioned_data

Can this download file from the latest version repository in your reply download the dataset structure that is exactly the same as yours? I don't know how to use this download file.

I want to obtain the dataset structure that is exactly the same as in Co-NavGPT. Could you please give me some suggestions? Thank you very much!

nav.py DistanceToGoal(Measure) update_metric function

Hi, thank you for the work provided!

I was currently working on a multi-robot search task, and your implementation for the multi-robot setting helps a lot. I noticed that in update_metric function of DistanceToGoal(Measure) of nav.py in multi-robot-setting/habitat folder, the self._metric = min(distance_to_target) is within the loop of for i in range(self._sim.habitat_config.NUM_AGENTS):. I think it should be outside, same level to the for loop.

In addition, i am curious about why the ''SPL" metric did not include 2 agents' information, as the reset_metric in SPL class, self._previous_position = self._sim.get_agent_state().position will defaultly get the agent0 information only.

Best regards

The results of the coNav

I am interested in following your excellent work. However, I have encountered some issues.

The results of the Co-Nav are as follows, which are lower than the results reported in the paper (success: 0.661):
image
When I run the code, I encountered a bug in the function parse_answer. I observed that the output of ChatGPT contains an extra newline character. So I add the code: if 'robot' in line. Does it affect the results?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.