paper-with-me

홈 › Papers

Revisiting Rainbow: Promoting more Insightful and Inclusive Deep Reinforcement Learning Research

2020-11-20 · Johan S. Obando-Ceron, Pablo Samuel Castro

Since the introduction of DQN, a vast majority of reinforcement learning research has focused on reinforcement learning with deep neural networks as function approximators. New methods are typically evaluated on a set of environments that have now become standard, such as Atari 2600 games. While these benchmarks help standardize evaluation, their computational cost has the unfortunate side effect of widening the gap between those with ample access to computational resources, and those without. In this work we argue that, despite the community's emphasis on large-scale environments, the traditional small-scale environments can still yield valuable scientific insights and can help reduce the barriers to entry for underprivileged communities. To substantiate our claims, we empirically revisit the paper which introduced the Rainbow algorithm [Hessel et al., 2018] and present some new insights into the algorithms used by Rainbow.

📄 PDF Abstract BibTeX arXiv:2011.14826

Code (2)

JohanSamir/revisiting_rainbow 공식 구현 jax
JohanSamir/rainbow_extend jax

Tasks

Atari GamesDeep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Q-Learning Q-Learning is an off-policy temporal difference control algorithm: $$Q\left(S\_{t}, A\_{t}\right) \leftarrow Q\left(S\_{t}, A\_{t}\right) + \alpha\left[R_{t+1} +…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
DQN A DQN, or Deep Q-Network, approximates a state-value function in a Q-Learning framework with a neural network. In the Atari…

Similar Papers 제목 키워드 기반

The role of ethical consumption in promoting democratic sustainability: revisiting neoclassical economics through Kantian ethics

2025-04-01 · Pascal Stiefenhofer

This paper explores how ethical consumption can transform democratic governance toward sustainability by challenging traditional economic models centered on utility and efficiency. As societal values shift toward transpa…

Ethics

Impact of Financial Inclusion on the Socio-Economic Status of Rural and Urban Households of Vulnerable Sections in Karnataka

2021-05-25 · Manohar Serrao, Aloysius Sequeira, K. V. M. Varambally

Financial inclusion and inclusive growth are the buzzwords today. Inclusive growth empowers people belonging to vulnerable sections. This in turn depends upon a variety of factors, the most important being financial incl…

The Influence of Establishing Belt and Road Node Cities on the Development of Digital Inclusive Finance Across Chinese Provinces

2025-04-20 · Bo Wu

Domestic and foreign scholars have conducted many studies on the influencing factors of digital inclusive finance, but few studies on the impact of the "Belt and Road" and the establishment of node cities on digital incl…

Descriptive

AI in Support of Diversity and Inclusion

2025-01-16 · Çiçek Güven, Afra Alishahi, Henry Brighton, Gonzalo Nápoles 외

In this paper, we elaborate on how AI can support diversity and inclusion and exemplify research projects conducted in that direction. We start by looking at the challenges and progress in making large language models (L…

DiversityFairnessMachine Translation

Rainbow Teaming: Open-Ended Generation of Diverse Adversarial Prompts

2024-02-26 · Mikayel Samvelyan, Sharath Chandra Raparthy, Andrei Lupu, Eric Hambro 외

As large language models (LLMs) become increasingly prevalent across many real-world applications, understanding and enhancing their robustness to adversarial attacks is of paramount importance. Existing methods for iden…

DiversityQuestion Answering