Wen Sun, Nathan Kallus, Kaiwen Wang, Runzhe Wu, Kevin Zhou
We lifted 1 functions out of this paper's own repositories and ran 0 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.
| Repository | Role | Ran |
|---|---|---|
| kevinzhou497/distcb | canonical | 0 of 1 |
| Function | Status | Where it lives |
|---|---|---|
| algorithm | Not yet run | kevinzhou497/distcb/DistCB.py pointer only (licence: NONE) · get_code("98dd25e21e2a5286") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
While distributional reinforcement learning (DistRL) has been empirically effective, the question of when and why it is better than vanilla, non-distributional RL has remained unanswered. This paper explains the benefits of DistRL through the lens of small-loss bounds, which are instance-dependent bounds that scale with optimal achievable cost. Particularly, our bounds converge much faster than those from non-distributional approaches if the optimal cost is small. As warmup, we propose a distributional contextual bandit (DistCB) algorithm, which we show enjoys small-loss regret bounds and empirically outperforms the state-of-the-art on three real-world tasks. In online RL, we propose a DistRL algorithm that constructs confidence sets using maximum likelihood estimation. We prove that our algorithm enjoys novel small-loss PAC bounds in low-rank MDPs. As part of our analysis, we introduce the ℓ 1 distributional eluder dimension which may be of independent interest. Then, in offline RL, we show that pessimistic DistRL enjoys small-loss PAC bounds that are novel to the offline setting and are more robust to bad single-policy coverage.
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("2305.15703")
get_code_for_paper("2305.15703")
have("2305.15703")
Connect an agent — have() is free.