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 59
59
- name : Test PettingZoo
60
60
run : pytest test/test_pettingzoo.py
61
61
- 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
63
63
- name : Test TorchRL
64
64
run : pytest test/test_torchrl.py
65
65
publish-to-testpypi :
Original file line number Diff line number Diff line change 63
63
- name : Test PettingZoo
64
64
run : pytest test/test_pettingzoo.py
65
65
- 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
67
67
- name : Test TorchRL
68
68
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:
14
14
15
15
.. code-block :: console
16
16
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 = [
46
46
' onnx'
47
47
]
48
48
torchrl = [
49
- " benchmarl@git+https://github.com/jeguzzi/BenchMARL@main " ,
49
+ " benchmarl" ,
50
50
" torchrl" ,
51
51
]
52
52
all = [
You can’t perform that action at this time.
0 commit comments