TriBall3

Results 8 issues of 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? ![image](https://user-images.githubusercontent.com/75004709/158770716-bcd1f275-13bc-4326-8ac4-f07284e113f8.png)

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: ![image](https://user-images.githubusercontent.com/75004709/150272775-00c8d6a7-630b-4113-8d5b-14d46119012d.png) How can I solve this problem?

Hi! Can you open source the code for train one single agent on several environments using SAC algorithm?