Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsenErik committed May 17, 2024
1 parent d8962e7 commit 7c9ed76
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,17 @@ cd MultiAgent_and_QualityDiversity_ReinforcementLearning
pip install -r requirements.txt
```
### Note
1. The project is developed in python 3.11. It is recommended to use a virtual environment to install the project and its dependencies.
1. The project is developed in python 3.11. It is recommended to use a virtual environment to install the project and its dependencies:
```bash
python3 -m venv pyenv-ma-qd
source pyenv-ma-qd/bin/activate
```
or
```bash
python3 -m venv pyenv-ma-qd
chmod +x script.sh
./script.sh
```

2. Magent2 is the test environment of the project. To install it, first is required to clone the project and then install the downloaded repository:
```bash
Expand Down

0 comments on commit 7c9ed76

Please sign in to comment.