You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 5, 2026. It is now read-only.
Open the scene in coppeliaSim (Hope you have dq_robotics library installed, that is zmq interface and dqrobotics in python packages)
It is assumed that the block shapes are know and the orientation mean the same thing as in real world
first phase i have taken all cubes of different color to kinda have less orientation problem
Vision model will identify the pose (for now it is just x,y and depth via cv cause beginner lol)
set the positions in the coppeliaSim environment
the gymnasium interface will read the position of the environment and train to find the sequence which might not collapse everything (shapes for ppo seems irrelevant, minimal, norm of change in position)
the train_ppo python file will run and obtain the trained data
test_ppo python file will run to identify the sequence
robot controller will go towards the object and pick each one up with overhand grasp on the centroid of the blocks