-
### Describe the bug
- I am currently building a conditional contextual bandit with python api. I created a workspace with `ccb_explore_adf` command with a data file that contains examples.
- I…
umuur updated
2 years ago
-
I found an error if `beta_prior` is set to be `"auto"` and `nchoices` is a `list` when we initialize the online contextual bandits.
Here is the error message:
```
File "/usr/local/lib/python3.…
-
### What is your question?
I am trying to implement a multi-armed bandit solution for continuous action spaces. I know RLLib provides contextual bandit algorithms, but they use Discrete action spac…
-
Hello @david-cortes, thanks for this Contextual Bandits package.
While using some of the online methods (BootstrappedTS, AdaptiveGreedy, maybe some others) from this package, I've faced some unexpe…
-
I want to use the contextual GPs, in particular the `LCEMGP`, for a project. The existing documentation, i.e., the docstrings, do not present any examples, which makes it challenging to understand how…
-
@kimeunh3 @Jeong-Junhwan
-
Hi!
When passing context features as a dictionary with the keys being their names they don't seem to be processed properly.
While stepping through the code I believe the issue is in `_prep_namespac…
-
Modify [our JAX Bayesian linear regression Thompson sampling agent](https://github.com/probml/bandits/blob/main/bandits/agents/linear_bandit.py) to support UCB. Then compare it to the LinUCB agent on …
-
**Submitting author:** @N-Wouda (Niels Wouda)
**Repository:** https://github.com/N-Wouda/ALNS
**Branch with paper.md** (empty if default branch): joss-paper
**Version:** v5.0.4
**Editor:** @hugoledoux…
-
Hi,
Thanks for this cool project and for making contextual bandit simulations easier!
I had a few questions regarding off-policy learning: (some of this may be already addressed by VowpalOffPoli…