Skip to content

Commit

Permalink
Fixes docstring for device in SimulationCfg
Browse files Browse the repository at this point in the history
  • Loading branch information
Mayankm96 committed Jan 9, 2024
1 parent ea711bc commit 57e766c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ class SimulationCfg:
"""

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 solver settings. Default is PhysxCfg()."""
Expand Down

0 comments on commit 57e766c

Please sign in to comment.