Commit 57e766cf authored by Mayank Mittal's avatar Mayank Mittal

Fixes docstring for device in SimulationCfg

parent ea711bcf
...@@ -245,7 +245,7 @@ class SimulationCfg: ...@@ -245,7 +245,7 @@ class SimulationCfg:
""" """
device: str = "cuda:0" device: str = "cuda:0"
"""The device for running the simulation/environment. Default is "cuda:0".""" """The device for running the simulation/environment. Default is ``"cuda:0"``."""
physx: PhysxCfg = PhysxCfg() physx: PhysxCfg = PhysxCfg()
"""PhysX solver settings. Default is PhysxCfg().""" """PhysX solver settings. Default is PhysxCfg()."""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment