how can I load neural network with ros-melodic?
Hi I'm trying to combine UR5 robot with neural network.
I trained SAC with python3 and I hoped to load action obtained from SAC to apply it on ROS using python 2. Is there any way to enable it?
Before this, I tried to load it using python.subprocess command, but it requires the conda virtual environment to implement python3 code, so I failed with it.
Thank you for reading.