File tree Expand file tree Collapse file tree 4 files changed +14
-4
lines changed
Expand file tree Collapse file tree 4 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 5959 - name : Test PettingZoo
6060 run : pytest test/test_pettingzoo.py
6161 - name : Install torchrl
62- run : find dist -name '*.whl' -exec pip install {}[ torchrl] \;
62+ run : pip install torchrl git+https://github.com/jeguzzi/BenchMARL.git@main
6363 - name : Test TorchRL
6464 run : pytest test/test_torchrl.py
6565 publish-to-testpypi :
Original file line number Diff line number Diff line change 6363 - name : Test PettingZoo
6464 run : pytest test/test_pettingzoo.py
6565 - name : Install torchrl
66- run : find dist -name '*.whl' -exec pip install {}[ torchrl] \;
66+ run : pip install torchrl git+https://github.com/jeguzzi/BenchMARL.git@main
6767 - name : Test TorchRL
6868 run : pytest test/test_torchrl.py
Original file line number Diff line number Diff line change @@ -14,4 +14,14 @@ If you prefer to install the latest developments from github:
1414
1515.. code-block :: console
1616
17- pip install git+https://github.com/idsia-robotics/navground_learning.git@main[all]
17+ pip install git+https://github.com/idsia-robotics/navground_learning.git@main[all]
18+
19+
20+ Install our fork of BenchMARL that adds:
21+
22+ - possible testing environments that are different that the training environments
23+ - logging success rates
24+
25+ .. code-block :: console
26+
27+ pip install git+https://github.com/jeguzzi/BenchMARL.git@main
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ inference = [
4646 ' onnx'
4747]
4848torchrl = [
49- " benchmarl@git+https://github.com/jeguzzi/BenchMARL@main " ,
49+ " benchmarl" ,
5050 " torchrl" ,
5151]
5252all = [
You can’t perform that action at this time.
0 commit comments