Closed MasterXiong closed 1 month ago
You can follow the progress here: #38
main blocker is making octo accept batched inputs atm
@StoneT2000 Thanks for your help! The GPU simulation currently only support widowx
tasks right?
Yes only the widowx robot. We don't have an implementation of a GPU parallelized version of the google robot's controller. I know it's possible but currently don't have time to tackle that problem just yet.
Hi,
I'm trying to evaluate an octo-based policy in several
simpler
environments in parallel to accelerate the evaluation process. I generally use python's built-in multiprocessing. A minimal code example is as below:But I got the following error when initializing multiple environments:
Could you help have a look at what is the issue here? Or what is the right way to parallalize
simpler
environments? Thanks for your help!P.S. This link may be relevant to my issue here.