Skip to content
rainingx683 edited this page Sep 19, 2023 · 7 revisions

Welcome to the Gripper-Code wiki!

To start running the grippers for training, run the command below with your config file paths.

python3 training_loop.py 
--learning_config /home/anyone/gripper_local_storage/config/learning_config_ID1.json 
--env_config /home/anyone/gripper_local_storage/config/env_9DOF_velocity_config_ID1.json 
--gripper_config /home/anyone/gripper_local_storage/config/gripper_9DOF_config_ID1.json 
--object_config /home/anyone/gripper_local_storage/config/object_config1.json

For further instruction and explanation see:

Clone this wiki locally