Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdavidfagan authored Feb 4, 2024
1 parent 2ce3c34 commit 94f30ea
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions mujoco_controllers/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
# Running Controller Examples

Simply run python script for <controller.py>, for all the apple fan boys/girls run command as follows:
Simply run python scripts after activating poetry environment,

```
python <controller.py>
```

if you are on MacOS you will need to run the command as follows in order to load the interactive viewer:

```python
mjpython <controller.py>
```

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

# Tuning Controllers for Task Domain
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.
Expand Down

0 comments on commit 94f30ea

Please sign in to comment.