Open volkn opened 1 year ago
Hi there, it should be possible to use WebRTC and WebSocket Browser Clients by adding the following dependencies to the omni.isaac.sim.python.gym.headless.render.kit
app file:
"omni.services.streamclient.websocket" = {}
"omni.services.streamclient.webrtc" = {}
Hi, after adding these dependencies how should I proceed? For example to run it in omniverse streaming client I just run PYTHON_PATH scripts/rlgames_train.py task=Ant headless=True enable_livestream=True
.
Hi,
Any update on this? It would be great to have WebRTC support for Isaac Gym!
Hello, I like to use WebSocket Browser Client rather than the Omniverse Streaming Client. Is this even possible?
Thank you beforehand.