We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddf7f7b commit e2242b0Copy full SHA for e2242b0
README.md
@@ -62,6 +62,7 @@ For example, on Debian and Ubuntu, this can be done by running
62
63
```python
64
from dm_control import suite
65
+import numpy as np
66
67
# Load one task:
68
env = suite.load(domain_name="cartpole", task_name="swingup")
0 commit comments