RLBench
RLBench copied to clipboard
A large-scale benchmark and learning environment.
``` qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "/home/user1/CoppeliaSim" even though it was found. This application failed to start because no Qt platform plugin could be initialized....
I need to run RLBench tests on a remote cluster (CentOS) without a graphical interface, but I can't install and use Xvfb on the cluster due to insufficient permissions. Is...
Please ask how to config and run RLBench headless and render on a remote server without sudo authority.
When I run the eval code in sam2act, I found my code stuck in this function. How could I solve this issue?
Hello, I am having an issue with reproducibility. Even when fixing all the python (and libraries) related seeds, I get different results between different runs of the same seed in...
This PR should fix issues with infinite loops in the EndEffectorPoseViaIK action mode. The fix is to apply a similar step limit pattern as in ERJointViaIK. I have had issues...
Hello, thanks for your work. Is there the possibility to exactly resimulate in the simulator a given demo generated with the default `rlbench/dataset_generator.py`? How to do it?