From 3433de5d7c9d98c03549f8bdae5552b88d37e756 Mon Sep 17 00:00:00 2001 From: takuseno Date: Sun, 7 Jul 2024 16:04:37 +0900 Subject: [PATCH] Add comments to deepmind_controller.py --- examples/deepmind_control.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/examples/deepmind_control.py b/examples/deepmind_control.py index 5dae04fb..32979114 100644 --- a/examples/deepmind_control.py +++ b/examples/deepmind_control.py @@ -5,8 +5,12 @@ import d3rlpy -# You need to install DeepMind Control and Shimmy beforehands as follows: +# You need to install DeepMind Control (DMC) and Shimmy beforehands as follows: +# # $ d3rlpy install dm_control +# +# After you install the packages, d3rlpy internally registers DMC environments +# for Gymnasium. def main() -> None: