auction-gym
auction-gym copied to clipboard
AuctionGym is a simulation environment that enables reproducible evaluation of bandit and reinforcement learning methods for online advertising auctions.
Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.0.1 to 10.3.0. Release notes Sourced from pillow's releases. 10.3.0 https://pillow.readthedocs.io/en/stable/releasenotes/10.3.0.html Changes CVE-2024-28219: Use strncpy to avoid buffer overflow #7928 [@hugovk] Use functools.lru_cache for hopper() #7912 [@hugovk]...
Bumps [fonttools](https://github.com/fonttools/fonttools) from 4.33.1 to 4.43.0. Release notes Sourced from fonttools's releases. 4.43.0 [subset] Set up lxml XMLParser(resolve_entities=False) when parsing OT-SVG documents to prevent XML External Entity (XXE) attacks (9f61271dc):...
*Issue #, if available:* #6 *Description of changes:* Updated all packages and changed Impression `np.bool` to use standard Python `bool` By submitting this pull request, I confirm that you can...
When I install the python packages with `requirements.txt`, I can get this error. Therefore, I think you should downgrade the numpy version to 1.21.0. It works well in my device.
https://github.com/amzn/auction-gym/blob/065f8bf325ebbec9c96631625ef1c36df3870cb3/src/main.py#L35-L37 I’m planning to conduct research on multi-slot auction examples and am currently checking which parts of the code need modification. Below is what I have identified so far and...