|
|
|
|
|
|
connected to the Internet and then type in the Anaconda Prompt: |
|
|
|
|
|
|
|
```console |
|
|
|
python -m pip install mlagents==0.26.0.dev0 |
|
|
|
python -m pip install mlagents==0.25.0 |
|
|
|
``` |
|
|
|
|
|
|
|
This will complete the installation of all the required Python packages to run |
|
|
|
|
|
|
this, you can try: |
|
|
|
|
|
|
|
```console |
|
|
|
python -m pip install mlagents==0.26.0.dev0 --no-cache-dir |
|
|
|
python -m pip install mlagents==0.25.0 --no-cache-dir |
|
|
|
``` |
|
|
|
|
|
|
|
This `--no-cache-dir` tells the pip to disable the cache. |
|
|
|