File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 language : [ 'python' ]
2020 steps :
2121 - uses : actions/checkout@v3
22+ - name : Set up Python
23+ uses : actions/setup-python@v4
24+ with :
25+ python-version : " 3.10"
2226 - uses : github/codeql-action/init@v2
2327 with :
2428 languages : ${{ matrix.language }}
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ Weighted scores are combined and tested for stability. The Alignment Policy sele
6565
6666## Installation
6767
68- Clone the repository and install dependencies:
68+ Clone the repository and install dependencies (ensure you are using Python 3.10) :
6969
7070 git clone <repo-url>
7171 cd multi-agent-rl-mapf-drone-system
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ name = "multi-agent-rl-mapf-drone-system"
99version = " 0.1.0"
1010description = " Multi-agent reinforcement learning and MAPF drone coordination system"
1111readme = " README.md"
12- requires-python = " >=3.9"
12+ requires-python = " >=3.9,<3.12 "
1313license = { file = " LICENSE" }
1414
1515authors = [
You can’t perform that action at this time.
0 commit comments