Skip to content

Commit 1ea50e2

Browse files
authored
Update README.md
1 parent db6ef5d commit 1ea50e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ env.set_control_scheme('uav0', ControlSchemes.UAV_ROLL_PITCH_YAW_RATE_ALT)
8484
```
8585
For more control schemes, check out the [docs](https://holodeck.readthedocs.io/en/latest/holodeck/agents.html)
8686

87-
## Multi Agent Environments
87+
## Multi Agent-Environments
8888
Holodeck supports multi-agent environments. The interface is a little different, but still very easy to use.
8989
Instead of calling `step` which passes a command to the main agent and ticks the game, you should call `act`.
9090
`act` supplies a command to a specific agent, but doesn't tick the game.

0 commit comments

Comments
 (0)