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

Program gets killed while running & Request for CURL baseline #4

Closed
wwwwwyyyyyxxxxx opened this issue Jun 8, 2022 · 3 comments
Closed

Comments

@wwwwwyyyyyxxxxx
Copy link

Hi,
Thank you for your great work and the kind release of your implementation!

However, when I tried to run your code as described in README, the program got "Killed" after running for 10+ hours. Do you have any idea what is going on?

In addition, would you like to share with us the CURL baseline implementation in this framework?

Appreciate your help.

@buoyancy99
Copy link
Owner

Could you post

  1. Error message
  2. System spec. CPU model, RAM and GPU model
  3. Exact command you used

@wwwwwyyyyyxxxxx
Copy link
Author

Could you post

  1. Error message
  2. System spec. CPU model, RAM and GPU model
  3. Exact command you used
  1. Error message is only "Killed". And then the third and fifth program are killed.
  2. CPU:28 cores 112 processors, RAM: 300G, GPU: 3090*2
  3. Commands in readme from "Train & Visualize Pybullet Ant with Keypoint3D(Ours)" to "Train 'Close-Box' environment in Meta-world with baselines", 8 commands in total in tmux.
  4. In addition, would you like to share with us the CURL baseline implementation in this framework?

@buoyancy99
Copy link
Owner

It's likely an out-of-memory error. The program can take a significant amount of RAM to run so running multiple instances will result in "killed" due to unix memory manager. You can probably only run 2-3 instances on your machine at the same time.

For CURL, please email me and cc Deepak. I will send you the code when I am free asap. The code is not cleaned up but I will provide some instruction on running it.

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