Skip to content

Commit

Permalink
Merge pull request #11 from instadeepai/docs/installation-readme
Browse files Browse the repository at this point in the history
Added to instructions
  • Loading branch information
jcformanek authored Jan 23, 2024
2 parents 0ef4cc2 + 4740731 commit 1c44159
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ launch.json
.vscode
json_logs
vaults
logs
__MACOSX

# Byte-compiled / optimized / DLL files
__pycache__/
Expand Down
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,16 @@ We have generated datasets on a diverse set of popular MARL environments. A list

## Quickstart 🏁

### Instalation 🛠️
### Installation 🛠️

To install og-marl run the following command.
Start by cloning this repository:
`git clone https://github.com/instadeepai/og-marl.git`

Navigate into the og-marl directory.

`cd og-marl`

To install og-marl and its dependencies run the following command in a virtual environment (e.g. conda).

`pip install -e .`

Expand Down

0 comments on commit 1c44159

Please sign in to comment.