Skip to content

Commit 692c910

Browse files
authored
Fix sample code indentation in migrating.md (#5840)
Fix markdown indentation
1 parent b2a6b5b commit 692c910

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/Migrating.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ TODO: update ml-agents-env package version before release
1010
- The `gym-unity` package has been refactored into the `ml-agents-envs` package. Please update your imports accordingly.
1111
- Example:
1212
- Before
13-
```python
14-
from gym_unity.unity_gym_env import UnityToGymWrapper
15-
```
13+
```python
14+
from gym_unity.unity_gym_env import UnityToGymWrapper
15+
```
1616
- After:
17-
```python
18-
from mlagents_envs.envs.unity_gym_env import UnityToGymWrapper
19-
```
17+
```python
18+
from mlagents_envs.envs.unity_gym_env import UnityToGymWrapper
19+
```
2020

2121
## Migrating the package to version 3.x
2222
- The official version of Unity ML-Agents supports is now 2023.2. If you run

0 commit comments

Comments
 (0)