TriBall3
TriBall3
Recently, I was working on the problem of robot arm positioning. I have solved the pose of the robot arm. In the code, it is `targj2`, but I found that...
I tested the trained `checkpoints` file, and the following appeared in the terminal. It seems that there is no error. May I ask if this is testing? Where is the...
Does the open source code contain the program about sweeping? 
I want to visualize the arm movement during training, but I'm not sure how to visualize the mujoco environment. I've called the function: env.visualize(),but it doesn't works. Can someone help...
When I run `python run_sim.py --eval --tasks flingbot-normal-rect-eval.hdf5 --load flingbot.pth --num_processes 1 --gui` there is a problem : > Traceback (most recent call last): > File "run_sim.py", line 1, in...
Hi! I used your code to train the Cable-Shape model with Transporter. In the final test, I found that the success rate was quite different from that in the paper....
Hi!May I ask a question? When I run:python experiments/generate_cached_states.py After 999 configs,there is an error:  How can I solve this problem?
Can you open source the code for train one single agent on several environments using SAC algorithm?
Hi! Can you open source the code for train one single agent on several environments using SAC algorithm?