Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (4.1%) to scientific vocabulary
Last synced: 6 months ago
·
JSON representation
·
Repository
Computer Science and Mathematics bachelor thesis.
Basic Info
- Host: GitHub
- Owner: daandj
- Language: Python
- Default Branch: main
- Size: 4.06 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
- Releases: 0
Created 11 months ago
· Last pushed 9 months ago
Metadata Files
Readme
Citation
README.md
Readme
Setup
To use the code and recreate the experiments you first have to package and install cbt locally.
First download the code by cloning the repository:
sh
git clone https://github.com/daandj/Thesis
cd Thesis
Then activate the venv and build the package
sh
python -m venv .venv
soure .venv/bin/activate
pip install --upgrade pip
pip install -e .
Now you should be able to import the package in a python script as usual: ```python from cbt.games.tictactoe import TicTacToe
ttt = TicTacToe() ```
Owner
- Name: Daan de Jong
- Login: daandj
- Kind: user
- Location: The Netherlands
- Twitter: daandetrein
- Repositories: 1
- Profile: https://github.com/daandj
Citation (CITATION.cff)
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: Contextual Bandits for Tree search
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Daan
family-names: Jong
email: daanvulkaan@gmail.com
name-particle: de
repository-code: 'https://github.com/daandj/Thesis'
date-released: '2025-04-30'
GitHub Events
Total
- Issues event: 3
- Delete event: 12
- Push event: 73
- Pull request event: 18
- Create event: 13
Last Year
- Issues event: 3
- Delete event: 12
- Push event: 73
- Pull request event: 18
- Create event: 13