You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the RSS paper, you used a transformer to evaluate the planned trajectories.
So have you also open-source this part? I would also like to test the transformer to plan the TAMP problem.
I may adjust the state and action space a bit. So for comparison, I would like to align the setting and compare it with your results if possible. Then I can also share my implementation.
Great thanks for your great kitchen-world.
Best,
Ce Hao
The text was updated successfully, but these errors were encountered:
Re B-2: can you give me some example seeds that result in ensure_cfree? I ran 5+ times and didn't see any.
Re C-3: that was actually a feature that makes the robot and cabinet doors transparent so that you can see all the movables. I added it as a default-false flag make_robot_and_links_transparent in your_project_folder/configs/config_replay.yaml. Sometimes the sampled goal is just to pick and object so the replay would be short. I also added the --timestep to slow down replay, I suggest setting it to 0.05 - 0.1
Re piginet code: let me test that repo again and make it public. I'll update you on that in a week.
Hi, Zhutian,
I tested the latest program and here I report some of the results.
B-2 can basically work.
This config has more frequent world creation failure, as
cant ensure_cfree
.Two other configs are good. Their world and planning are mostly successful.
C-1 and C-2 can work.
The planning and images are saved correctly.
But C-3 seems strange.
The robot becomes transparent, and it only has a few frames. It might be because the episode is too short.
I will double-check this problem.
Do you have the program for PIGNet
https://piginet.github.io/
In the RSS paper, you used a transformer to evaluate the planned trajectories.
So have you also open-source this part? I would also like to test the transformer to plan the TAMP problem.
I may adjust the state and action space a bit. So for comparison, I would like to align the setting and compare it with your results if possible. Then I can also share my implementation.
Great thanks for your great kitchen-world.
Best,
Ce Hao
The text was updated successfully, but these errors were encountered: