1 code implementation • ICLR 2020 • Akanksha Atrey, Kaleigh Clary, David Jensen
Saliency maps are frequently used to support explanations of the behavior of deep reinforcement learning (RL) agents.
2 code implementations • 7 May 2019 • Emma Tosch, Kaleigh Clary, John Foley, David Jensen
We show that TOYBOX enables a wide range of experiments and analyses that are impossible in other environments.
1 code implementation • 12 Apr 2019 • Kaleigh Clary, Emma Tosch, John Foley, David Jensen
Reproducibility in reinforcement learning is challenging: uncontrolled stochasticity from many sources, such as the learning algorithm, the learned policy, and the environment itself have led researchers to report the performance of learned agents using aggregate metrics of performance over multiple random seeds for a single environment.
3 code implementations • 6 Dec 2018 • John Foley, Emma Tosch, Kaleigh Clary, David Jensen
It is a widely accepted principle that software without tests has bugs.