Replies: 6 comments 2 replies
-
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... |
Beta Was this translation helpful? Give feedback.
-
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? |
Beta Was this translation helpful? Give feedback.
-
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... |
Beta Was this translation helpful? Give feedback.
-
Hi @Toni-SM We look forward to hearing about your ROS environment tomorrow |
Beta Was this translation helpful? Give feedback.
-
Hi @AntonBock Unfortunately, we (in our lab) had problems with the robot controller (iiwa) in the last days... Here are some files:
sim_joints.mp4The environment follows the OpenAI Gym interface and has the following spaces:
The environment (
A policy (a bad trained policy: Actually, I trained the same task, but this time, controlling the robot in the Cartesian space... Things we want to test: use MoveIt to control the robot... although we are not sure if the time constraints (control at 20Hz) can be met with MoveIt gym_cartesian.mp4 |
Beta Was this translation helpful? Give feedback.
-
Hi @Toni-SM Thank you! We will look at it and see if it can help us with our implementation. I will get back to you, if we get some interesting results. |
Beta Was this translation helpful? Give feedback.
-
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
Beta Was this translation helpful? Give feedback.
All reactions