Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Dpbm committed Jul 9, 2024
1 parent e6ee4a1 commit cd0a045
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/cmake-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,6 @@ jobs:
- uses: actions/checkout@v3

- name: Prepare ubuntu
run: |
chmod +x ./dep-ubuntu.sh && ./dep-ubuntu.sh \
git config --global user.name "" \
git config --global user.email ""
- uses: actions/setup-python@v5
with:
python-version: "3.10"

- name: Setup python
run: python -m pip install -r requirements.txt

- name: Run script to Build and Test
Expand Down
2 changes: 2 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ dependencies:
- pip:
- numpy
- pygame
- jupyterlab
- matplotlib
9 changes: 9 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,15 @@ python ./pygame-qubo-test/main.py
https://github.com/Dpbm/snake-ai/assets/75098594/783bd111-b414-4b62-893c-becf346cb6c8


If you want to understand how the tests to map the qubo version were done, you can do:

```
# case you used pip before
# pip install -r requirements-dev.txt
jupyter lab qubo-test.ipynb
```


## Credits

Expand Down
4 changes: 4 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
pygame
numpy
jupyterlab
matplotlib

0 comments on commit cd0a045

Please sign in to comment.