Sam Stites

Results 38 issues of Sam Stites

http://incompleteideas.net/sutton/book/code/code.html

good-first-issue

Currently, there is only a half-baked state space in a poorly-named module. Action spaces are presumed only to be bounded enums (ie: discrete spaces, but we should also account for...

help wanted

This way we can do things like swap out the aggregation of history (currently a dlist) with real-time inspection of an agent's behaviour. We could also simply use this to...

Gym Environments: - [ ] algorithmic - [ ] atari - [ ] board_game - [ ] box2d - [x] classic_control - [ ] debugging - [ ] mujoco -...

help wanted
good-first-issue

Is it possible to bypass spam filtering for certain addresses? Maybe with the "Rules" feature in addy.io that I just noticed? I subscribe to a plaintext digest which triggers addy.io's...

I have some code that I test which requires passing around a SummaryWriter. Ideally, I could swap out the SummaryWriter here with a NoopWriter -- I assume this would be...