Skip to content

Commit

Permalink
Fix sample code indentation in migrating.md (#5840)
Browse files Browse the repository at this point in the history
Fix markdown indentation
  • Loading branch information
hamidrexa authored Mar 14, 2024
1 parent b2a6b5b commit 692c910
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/Migrating.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ TODO: update ml-agents-env package version before release
- The `gym-unity` package has been refactored into the `ml-agents-envs` package. Please update your imports accordingly.
- Example:
- Before
```python
from gym_unity.unity_gym_env import UnityToGymWrapper
```
```python
from gym_unity.unity_gym_env import UnityToGymWrapper
```
- After:
```python
from mlagents_envs.envs.unity_gym_env import UnityToGymWrapper
```
```python
from mlagents_envs.envs.unity_gym_env import UnityToGymWrapper
```

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

0 comments on commit 692c910

Please sign in to comment.