-
Notifications
You must be signed in to change notification settings - Fork 54
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
Evaluating policy on real-world setup #9
Comments
Hi @AntonBock To test the policy in simulation or real-world you only need to compose the observation/state space with information from the environment (sensors, etc.) and apply the actions taken by the policy to the environment (controllers)... So, it all depends on the environment you have... |
Hi again, Thanks for the quick response! We use ROS to control a Franka Panda arm. How could we modify the franka_cabinet example to use observations we get from ROS, instead of wrapping Gym and getting the observations from there? |
Hi @AntonBock I think the following questions are relevant for testing in real-world:
Well... I think creating a separate environment, for testing in real-world, that uses ROS to build the observation space and control the robot, is the best solution... Currently, I am creating a testing environment (in the real world) using ROS... I think we can discuss its implementation here the day after tomorrow... |
Hi @Toni-SM We look forward to hearing about your ROS environment tomorrow |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Hello,
We have trained a policy that we would like to test on a real-world setup. Does SKRL have any built-in support for this, or do you have any recommended method of doing this?
-Anton
The text was updated successfully, but these errors were encountered: