We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2a6b5b commit 692c910Copy full SHA for 692c910
docs/Migrating.md
@@ -10,13 +10,13 @@ TODO: update ml-agents-env package version before release
10
- The `gym-unity` package has been refactored into the `ml-agents-envs` package. Please update your imports accordingly.
11
- Example:
12
- Before
13
-```python
14
-from gym_unity.unity_gym_env import UnityToGymWrapper
15
-```
+ ```python
+ from gym_unity.unity_gym_env import UnityToGymWrapper
+ ```
16
- After:
17
18
-from mlagents_envs.envs.unity_gym_env import UnityToGymWrapper
19
+ from mlagents_envs.envs.unity_gym_env import UnityToGymWrapper
20
21
## Migrating the package to version 3.x
22
- The official version of Unity ML-Agents supports is now 2023.2. If you run
0 commit comments