paper-with-me

홈 › Papers

Surprising Negative Results for Generative Adversarial Tree Search

2018-06-15 · ICLR 2019 5 · Kamyar Azizzadenesheli, Brandon Yang, Weitang Liu, Zachary C. Lipton, Animashree Anandkumar

While many recent advances in deep reinforcement learning (RL) rely on model-free methods, model-based approaches remain an alluring prospect for their potential to exploit unsupervised data to learn environment model. In this work, we provide an extensive study on the design of deep generative models for RL environments and propose a sample efficient and robust method to learn the model of Atari environments. We deploy this model and propose generative adversarial tree search (GATS) a deep RL algorithm that learns the environment model and implements Monte Carlo tree search (MCTS) on the learned model for planning. While MCTS on the learned model is computationally expensive, similar to AlphaGo, GATS follows depth limited MCTS. GATS employs deep Q network (DQN) and learns a Q-function to assign values to the leaves of the tree in MCTS. We theoretical analyze GATS vis-a-vis the bias-variance trade-off and show GATS is able to mitigate the worst-case error in the Q-estimate. While we were expecting GATS to enjoy a better sample complexity and faster converges to better policies, surprisingly, GATS fails to outperform DQN. We provide a study on which we show why depth limited MCTS fails to perform desirably.

📄 PDF Abstract BibTeX arXiv:1806.05780

Code (3)

bclyang/updated-atari-env
e155763/GAN-RL tf
marusan03/GAN-RL tf

Tasks

Atari GamesDeep Reinforcement LearningReinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

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…
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} +…
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 제목 키워드 기반

How to Parse a Creole: When Martinican Creole Meets French

2022-10-01 · COLING 2022 10 · Ludovic Mompelat, Daniel Dakota, Sandra Kübler

We investigate methods to develop a parser for Martinican Creole, a highly under-resourced language, using a French treebank. We compare transfer learning and multi-task learning models and examine different input featur…

Multi-Task LearningPOSTransfer Learning

Data Augmentation Using GANs

2019-04-19 · Fabio Henrique Kiyoiti dos Santos Tanaka, Claus Aranha

In this paper we propose the use of Generative Adversarial Networks (GAN) to generate artificial training data for machine learning tasks. The generation of artificial training data can be extremely useful in situations …

Data Augmentation

3D Point Cloud Generative Adversarial Network Based on Tree Structured Graph Convolutions

2019-05-15 · ICCV 2019 10 · Dong Wook Shu, Sung Woo Park, Junseok Kwon

In this paper, we propose a novel generative adversarial network (GAN) for 3D point clouds generation, which is called tree-GAN. To achieve state-of-the-art performance for multi-class 3D point cloud generation, a tree-s…

Generative Adversarial NetworkPoint Cloud Generation

Can we 'future-proof' consensus trees?

2017-01-26

Consensus methods are widely used for combining phylogenetic trees into a single estimate of the evolutionary tree for a group of species. As more taxa are added, the new source trees may begin to tell a different evolut…

StackGAN++: Realistic Image Synthesis with Stacked Generative Adversarial Networks

2017-10-19 · Han Zhang, Tao Xu, Hongsheng Li, Shaoting Zhang 외

Although Generative Adversarial Networks (GANs) have shown remarkable success in various tasks, they still face challenges in generating high quality images. In this paper, we propose Stacked Generative Adversarial Netwo…

Generative Adversarial NetworkImage GenerationText-to-Image Generation