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

Testing Issue #44

Open
henrytsui000 opened this issue Sep 10, 2021 · 1 comment
Open

Testing Issue #44

henrytsui000 opened this issue Sep 10, 2021 · 1 comment

Comments

@henrytsui000
Copy link

henrytsui000 commented Sep 10, 2021

Hi,
I want to run this repo on my robot, but I face some problems:

After change the Robot-class, Could I use the model weights without re-train?
I found that every-time I change Robot-class I need to use $pip install e .
And need to retrain the model, otherwise it would response "ValueError: Value network is not well trained."

Does it have easy way to use own input?
I have collect the real-time human data, but I don't know how to use these data except write a new test.py

@ChanganVR
Copy link
Contributor

Sorry for the late reply.

I'm not sure if I understand your problem correctly. Are you asking if you can test a different policy with the same test.py? This should be totally doable and you shouldn't need to run pip install -e . for testing different policies unless you are doing something different.

If you are asking about running the policy with real-time data, yes, you would need to write a different test that accomodate your needs. But the model weights should be loaded just fine.

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