-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simulation #23
Comments
Hi, Have you solved your problem? @anjugopinath I am trying the training and testing process by SSH via VScode as well, so there is no GUI. If there some ways I can get the dynamic view of the simulation? Thanks. |
Hi, I'm not sure you are still interested in it or you solved it already. In case you still interested you can just see the if disp:
target = p.getDebugVisualizerCamera()[11]
p.resetDebugVisualizerCamera(
cameraDistance=1.1,
cameraYaw=90,
cameraPitch=-25,
cameraTargetPosition=target) Now the visualizer is set every time you call "env.step()" the image in the debugger is updated. I hope it may be useful! |
Hi,
Is it possible to run a simulator to view the gripper in action?
The text was updated successfully, but these errors were encountered: