-
Notifications
You must be signed in to change notification settings - Fork 119
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
Lacking inference script #62
Comments
Hello,
Best regards. |
Thanks for the prompt reply puyuan, appreciate it. I am building my own real-life robot now, and will use LightZero as the brain of it. Any thoughts on it? I will take a further look into the inferencing of the model. Also, will try to integrate my own environment to lightzero, as I design my own robot. If there is any guidance you have for integrating our own custom environment, I would be very happy. Thank you in advance, puyuan! |
Apologies for our delayed response. I appreciate your consideration of LightZero as the "brain" of your real-life robot. Given the excellent performance of the MCTS series of algorithms across various domains, we are confident that LightZero can play a vital role in your robot control system. Here are some important considerations for applying LightZero-supported MCTS series algorithms to a real-life robot environment:
We are currently in the process of writing documentation on how to integrate the custom environments into LightZero. Until the documentation is available, I suggest you first refer to OpenAI's guide on creating custom Gym environments. Then, use lightzero_env_wrapper to convert gym env into the env format required by LightZero. For information on how to use your custom environment within the main muzero process, please refer to this entry file and this config file. I hope these points are helpful. We'd love to provide support for LightZero in your project, so if you need further clarification or assistance, please feel free to contact us. Best of luck with your project. We're excited to see your robot in action! Best regards. |
Thank you for the lengthy and elaborative lead, will proceed with it and let you know the progress in the future :) |
In the codebase, there are training and evaluation scripts. This is great. But, I lack an inference script here, in which I can run the existing weights on the environment and see how it performs visually. To have the environment rendered visually and see the AI runs is a good addition. Is there already a plan to do this?
The text was updated successfully, but these errors were encountered: