Skip to content

Commit c62224a

Browse files
committed
Fix a typo in the docstring for viewer.launch
PiperOrigin-RevId: 219390916
1 parent 7511ba9 commit c62224a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dm_control/viewer/application.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ def _advance_simulation(self):
302302
self._runtime.single_step()
303303

304304
def launch(self, environment_loader, policy=None):
305-
"""Starts the viewer with the specified agent and environment.
305+
"""Starts the viewer with the specified policy and environment.
306306
307307
Args:
308308
environment_loader: Either a callable that takes no arguments and returns

0 commit comments

Comments
 (0)