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

Failure running the Benchmark Experiment "python benchmarks/run.py -e ycb_experiments" #88

Open
rollynoel opened this issue Dec 3, 2024 · 2 comments
Labels
bug Something isn't working triaged This issue or pull request was triaged

Comments

@rollynoel
Copy link

Describe the bug

Gets "ModuleNotFoundError: No module named 'tbp'"
The other from statements also fail

@rollynoel rollynoel added the bug Something isn't working label Dec 3, 2024
@tristanls
Copy link
Contributor

Hi @rollynoel,

Because you are observing No module named 'tbp', to me that means that the project is not setup on your machine.

Are you running this command with tbp.monty conda environment active (conda activate tbp.monty)?

@tristanls tristanls added the triaged This issue or pull request was triaged label Dec 3, 2024
@vkakerbeck
Copy link
Contributor

Another issue (which doesn't look like the first problem, given the error message) is that you need to specify the name of an experiment config, not the name of the file containing all the configs. So you should do something like -e base_config_10distinctobj_dist_agent. All the config names in ycb_experiments.py are listed at the bottom of that file. You can also go to our benchmark results tables and copy the experiment names from the first column. If you want to run multiple experiments in succession you can list them out after the -e argument.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triaged This issue or pull request was triaged
Projects
None yet
Development

No branches or pull requests

3 participants