-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
15b6cc3
commit 2cd5eb0
Showing
5 changed files
with
20 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,20 @@ | ||
Running | ||
======= | ||
|
||
Experiments are launched with a [default configuration](benchmarl/conf) that | ||
can be overridden in many ways. | ||
To learn how to customize and override configurations | ||
please refer to the [configuring section](#configuring). | ||
|
||
Command line | ||
------------ | ||
|
||
To launch an experiment from the command line you can do | ||
|
||
.. code-block:: console | ||
python benchmarl/run.py algorithm=mappo task=vmas/balance | ||
.. example_button:: | ||
ciao |