coder / coder/balatrobot

fix!(gamestate): used_vouchers keys has empy values.

Open
#154 0 comments 0 reactions 1 assignee Claimed by @S1M0N38 View on GitHub
completed-in-dev
Dominant language
Python
Stars
72
Forks
18
PR merge metrics
No merged PRs in 30d

Description

We are expecting

```
"used_vouchers": {
"v_petroglyph": "effect of the voucher ...",
"v_wasteful": "effect of the voucher ...",
...
},
```

but instead we are getting

```
"used_vouchers": {
"v_petroglyph": "",
"v_wasteful": "",
...
},
```

This is consider a BREAKING CHANGE because would impact the information that is parsed in BalatroLLM strategy so it would be an unfair advantage for the new runs in balatrobench.com

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.