File tree Expand file tree Collapse file tree 4 files changed +15
-10
lines changed
Expand file tree Collapse file tree 4 files changed +15
-10
lines changed Original file line number Diff line number Diff line change 1212 - uses : actions/checkout@v3
1313
1414 - name : Prepare ubuntu
15- run : |
16- chmod +x ./dep-ubuntu.sh && ./dep-ubuntu.sh \
17- git config --global user.name "" \
18- git config --global user.email ""
19-
20- - uses : actions/setup-python@v5
21- with :
22- python-version : " 3.10"
23-
24- - name : Setup python
2515 run : python -m pip install -r requirements.txt
2616
2717 - name : Run script to Build and Test
Original file line number Diff line number Diff line change @@ -8,3 +8,5 @@ dependencies:
88 - pip :
99 - numpy
1010 - pygame
11+ - jupyterlab
12+ - matplotlib
Original file line number Diff line number Diff line change @@ -228,6 +228,15 @@ python ./pygame-qubo-test/main.py
228228https://github.com/Dpbm/snake-ai/assets/75098594/783bd111-b414-4b62-893c-becf346cb6c8
229229
230230
231+ If you want to understand how the tests to map the qubo version were done, you can do:
232+
233+ ```
234+ # case you used pip before
235+ # pip install -r requirements-dev.txt
236+
237+ jupyter lab qubo-test.ipynb
238+ ```
239+
231240
232241## Credits
233242
Original file line number Diff line number Diff line change 1+ pygame
2+ numpy
3+ jupyterlab
4+ matplotlib
You can’t perform that action at this time.
0 commit comments