visual-pushing-grasping
visual-pushing-grasping copied to clipboard
whats the differece between reactive_net and reinforcement_net
rt
Check line by line and you'll know :) Two monitors would help!
There is no difference except there is single number change: for self.pushnet and self.graspnet's nn.conv2d, there are the numbers (64,1) for reinforcement_net, but there are the numbers (64,3) for reactive_net.