Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

generalization capabilities #24

Open
Yuanzizizi opened this issue May 31, 2024 · 1 comment
Open

generalization capabilities #24

Yuanzizizi opened this issue May 31, 2024 · 1 comment

Comments

@Yuanzizizi
Copy link

We are interested in understanding more about the generalization capabilities of your algorithm. Specifically, we have noticed that when testing in scenarios where the robot's position or the strategies of other humans have been altered, the performance seems to degrade significantly. Could you provide insights into why such changes in the environment or agent behaviors affect the effectiveness of the algorithm? We are curious to know if there are any strategies or techniques employed to enhance the algorithm's adaptability to varying scenarios and environmental conditions. Any information regarding the algorithm's robustness and its ability to generalize across different scenarios would be greatly appreciated.

@ChanganVR
Copy link
Owner

Hi @Yuanzizizi, it is probably not surprising that you see degraded performance when testing the algorithm in unseen configurations due to distribution mismatch. The most straightforward way to fix this would be to incorporate more scenarios and randomize configurations as much as possible during training so that the model can generalize to a wider set of scenarios at test time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants