File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ The [conda](https://docs.conda.io/en/latest/miniconda.html) package manager is u
1313Execute the following commands from a terminal window (e.g powershell)
1414Make sure you are inside the godot_rl_agents directory
1515```
16- conda create env
16+ conda env create
1717conda activate gdrl_conda
1818conda install -c conda-forge brotlipy # this may we required on windows
1919
@@ -25,7 +25,7 @@ The [conda](https://docs.conda.io/en/latest/miniconda.html) package manager is u
2525Execute the following commands from a terminal window
2626Make sure you are inside the godot_rl_agents directory
2727```
28- conda create env
28+ conda env create
2929conda activate gdrl_conda
3030conda install -c conda-forge brotlipy # this may we required on windows
3131
You can’t perform that action at this time.
0 commit comments