Skip to content

Commit 42b8a01

Browse files
committed
Last update
1 parent dfaa711 commit 42b8a01

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

com.unity.ml-agents/Documentation~/Installation.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ To install Python, follow these steps:
2424

2525
1. Install [Conda](https://docs.conda.io/en/latest/) or [Mamba](https://github.com/mamba-org/mamba).
2626
2. Open a terminal and create a new Conda environment with Python 3.10.12:
27-
27+
2828
```shell
2929
conda create -n mlagents python=3.10.12 && conda activate mlagents
3030

@@ -95,9 +95,6 @@ Clone the ML-Agents repository to access the source code, sample environments, a
9595

9696
To clone the latest stable release, run:
9797

98-
99-
Use the command below to clone the repository:
100-
10198
```sh
10299
git clone --branch release_23 https://github.com/Unity-Technologies/ml-agents.git
103100
```
@@ -162,7 +159,7 @@ pip3 install -e ./ml-agents-envs
162159
pip3 install -e ./ml-agents
163160
```
164161

165-
Note:
162+
Note:
166163

167164
Install the packages in this order. The `mlagents` package depends on `mlagents_envs`.
168165
Installing them in the other order will download `mlagents_envs` from PyPi, which can cause version mismatches.

0 commit comments

Comments
 (0)