Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 453 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 453 Bytes

gym-accesscontrol

Gym implementation for the Access-Control Queueing Task

The access-control queueing task is defined in Sutton and Barto's "Reinforcement Learning: an introduction" (ch. 10.3, p. 251, 2018).

Fixes in this implementation are credited to @abhisheknaik96's own implementation of the environment.