Skip to content

Commit 94f30ea

Browse files
Update README.md
1 parent 2ce3c34 commit 94f30ea

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

mujoco_controllers/README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
# Running Controller Examples
22

3-
Simply run python script for <controller.py>, for all the apple fan boys/girls run command as follows:
3+
Simply run python scripts after activating poetry environment,
4+
5+
```
6+
python <controller.py>
7+
```
8+
9+
if you are on MacOS you will need to run the command as follows in order to load the interactive viewer:
410

511
```python
612
mjpython <controller.py>
713
```
814

9-
See the following [discussion](https://github.com/google-deepmind/mujoco/discussions/780) for why this is required.
15+
See the following [discussion](https://github.com/google-deepmind/mujoco/discussions/780) for further details on interactive viewer on MacOS.
1016

1117
# Tuning Controllers for Task Domain
1218
I currently tune these controller implementations for each particular task environment. The reason for this is that each environment has different physics settings (timesteps etc.) and task requirements. My current approach is to use genetic algorithms for this tuning process, it remains far from perfect in its current form. I hope to open source environments and tuning setups for tasks in future.

0 commit comments

Comments
 (0)