You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you are a Python user, you might want to start with our tutorial notebooks
51
51
running on Google Colab:
52
52
53
-
- The first tutorial focuses on the basics of MuJoCo: [](https://colab.research.google.com/github/deepmind/mujoco/blob/main/python/tutorial.ipynb)
53
+
- The first tutorial focuses on the basics of MuJoCo:
54
+
[](https://colab.research.google.com/github/google-deepmind/mujoco/blob/main/python/tutorial.ipynb)
54
55
- For a more advanced example, see the LQR tutorial which creates an LQR
55
56
controller to balance a humanoid on one leg using MuJoCo's dynamics
56
-
derivatives: [](https://colab.research.google.com/github/deepmind/mujoco/blob/main/python/LQR.ipynb)
57
+
derivatives: [](https://colab.research.google.com/github/google-deepmind/mujoco/blob/main/python/LQR.ipynb)
57
58
58
59
## Installation
59
60
@@ -93,10 +94,10 @@ and [style guide](STYLEGUIDE.md).
93
94
## Asking Questions
94
95
95
96
Questions and requests for help are welcome on the GitHub
96
-
[Issues](https://github.com/deepmind/mujoco/issues) page and should focus on a specific problem
97
-
or question.
97
+
[Issues](https://github.com/google-deepmind/mujoco/issues) page and should focus
98
+
on a specific problem or question.
98
99
99
-
[Discussions](https://github.com/deepmind/mujoco/discussions) should
100
+
[Discussions](https://github.com/google-deepmind/mujoco/discussions) should
100
101
address wider concerns that might require input from multiple participants.
101
102
102
103
Here are some guidelines for asking good questions:
@@ -142,10 +143,10 @@ These packages give users of various languages access to MuJoCo functionality:
0 commit comments