Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature(szrlee): add one icml 2024 exploration-rl related papers #1

Merged
merged 1 commit into from
Dec 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,11 @@ format:
<details open>
<summary>(Click to Collapse)</summary>

- [Q-Star Meets Scalable Posterior Sampling: Bridging Theory and Practice via HyperAgent](https://proceedings.mlr.press/v235/li24by.html)
- Yingru Li, Jiawei Xu, Lei Han, Zhi-Quan Luo
- Key: ensembles, Thompson sampling, scalable exploration, regret analysis, complexity theory
- ExpEnv: Atari, DeepSea

- [ACE: Off-Policy Actor-Critic with Causality-Aware Entropy Regularization](https://openreview.net/pdf?id=OwtMhMSybu)
- Tianying Ji, Yongyuan Liang, Yan Zeng, Yu Luo, Guowei Xu, Jiawei Guo, Ruijie Zheng, Furong Huang, Fuchun Sun, Huazhe Xu
- Key: Off-policy Actor-critic with Causality-aware Entropy regularization, exploration, causality-aware entropy regularization
Expand Down