Code Monkey home page Code Monkey logo

Comments (7)

Shuijing725 avatar Shuijing725 commented on June 11, 2024

We only used the default values in arguments.py, but you may get better performance after some parameter tuning.

from crowdnav_dsrnn.

evantancy avatar evantancy commented on June 11, 2024

Hi again, was the robot visible to humans during testing?

Also when varying the number of humans, was the model retrained for that specific number of humans and number of environment steps kept the same?

from crowdnav_dsrnn.

Shuijing725 avatar Shuijing725 commented on June 11, 2024

You can set the robot to be visible or invisible. By default, the visibility in testing is (and should be) the same as training.

The model is re-trained for a fixed number of humans because the gym environment is implemented with a fixed number of humans. But it is possible to set the observation space based on a maximum number of humans and simulate a crowd with a changing number of humans.

from crowdnav_dsrnn.

evantancy avatar evantancy commented on June 11, 2024

I see, I was trying to reproduce the results published in the paper, and was getting 84.4% success rate, collision rate 12.8% and timeout rate 2.8% for default training parameters, just changing sim.human_num = 10 in config.py. Could this due to the randomness of simulation environment, so the robot might need more training episodes to learn the optimal policy?

from crowdnav_dsrnn.

Shuijing725 avatar Shuijing725 commented on June 11, 2024

Is sim.group_human True or not? If yes, you can test other checkpoints, or change the random seed in arguments.py and retrain. If not, that sounds reasonable since our results in FoV environment were obtained with 5 people.

from crowdnav_dsrnn.

evantancy avatar evantancy commented on June 11, 2024

sim.group_human was set to False. I see. Just to confirm, are you referring to Fig. 5 in the paper? Also what was the FoV parameter for the robot when varying number of humans?

from crowdnav_dsrnn.

Shuijing725 avatar Shuijing725 commented on June 11, 2024

Yes.
In group environment, the FoV was kept to be 360 degrees. See the first two paragraphs in Section 4.A.(1) for details

from crowdnav_dsrnn.

Related Issues (20)

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.