Skip to content

Commit

Permalink
Added gym-adserver (#2049)
Browse files Browse the repository at this point in the history
  • Loading branch information
falox committed Sep 25, 2020
1 parent 27b6816 commit f9110b5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/environments.md
Expand Up @@ -309,3 +309,9 @@ Learn more here: https://github.com/JacopoPan/gym-pybullet-drones
An implementation of the board game Abalone.

Learn more here: https://github.com/towzeur/gym-abalone

### gym-adserver: Environment for online advertising

An environment that implements a typical [multi-armed bandit scenario](https://en.wikipedia.org/wiki/Multi-armed_bandit) where an [ad server](https://en.wikipedia.org/wiki/Ad_serving) must select the best advertisement to be displayed in a web page. Some example agents are included: Random, epsilon-Greedy, Softmax, and UCB1.

Learn more here: https://github.com/falox/gym-adserver

0 comments on commit f9110b5

Please sign in to comment.