Closed lin-whale closed 10 months ago
This appears to be a jax error, and for some reason I recommend that you change this line of code in policy.py to action = self._run_action_inference(observation)
,this will not use jax acceleration, but it I think will solve your problem.
This appears to be a jax error, and for some reason I recommend that you change this line of code in policy.py to
action = self._run_action_inference(observation)
,this will not use jax acceleration, but it I think will solve your problem.
This solved the issue! Appreciate for your help!
hello, i encountered a bug when run evaluation.py in directroy RT-1/. It seems tf.convert_to_tensor() can't be used for a jax traced object 'observation['rgb_sequence']'. So how can I figure out the bug? thanks for you help.