Skip to content

Commit cd0a045

Browse files
committed
updated readme
1 parent e6ee4a1 commit cd0a045

File tree

4 files changed

+15
-10
lines changed

4 files changed

+15
-10
lines changed

.github/workflows/cmake-build-test.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,6 @@ jobs:
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

environment.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ dependencies:
88
- pip:
99
- numpy
1010
- pygame
11+
- jupyterlab
12+
- matplotlib

readme.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,15 @@ python ./pygame-qubo-test/main.py
228228
https://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

requirements-dev.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
pygame
2+
numpy
3+
jupyterlab
4+
matplotlib

0 commit comments

Comments
 (0)