Skip to content

Commit 3433de5

Browse files
committed
Add comments to deepmind_controller.py
1 parent d9bd26c commit 3433de5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

examples/deepmind_control.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,12 @@
55

66
import d3rlpy
77

8-
# You need to install DeepMind Control and Shimmy beforehands as follows:
8+
# You need to install DeepMind Control (DMC) and Shimmy beforehands as follows:
9+
#
910
# $ d3rlpy install dm_control
11+
#
12+
# After you install the packages, d3rlpy internally registers DMC environments
13+
# for Gymnasium.
1014

1115

1216
def main() -> None:

0 commit comments

Comments
 (0)