Skip to content

Commit

Permalink
Add comments to deepmind_controller.py
Browse files Browse the repository at this point in the history
  • Loading branch information
takuseno committed Jul 7, 2024
1 parent d9bd26c commit 3433de5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion examples/deepmind_control.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3433de5

Please sign in to comment.