paper-with-me

홈 › Papers

Recurrent World Models Facilitate Policy Evolution

2018-09-04 · NeurIPS 2018 12 · David Ha, Jürgen Schmidhuber

A generative recurrent neural network is quickly trained in an unsupervised manner to model popular reinforcement learning environments through compressed spatio-temporal representations. The world model's extracted features are fed into compact and simple policies trained by evolution, achieving state of the art results in various environments. We also train our agent entirely inside of an environment generated by its own internal world model, and transfer this policy back into the actual environment. Interactive version of paper at https://worldmodels.github.io

📄 PDF Abstract BibTeX arXiv:1809.01999

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Rethinking Recurrent Neural Networks for Time Series Forecasting: A Reinforced Recurrent Encoder with Prediction-Oriented Proximal Policy Optimization

2026-01-07 · Xin Lai, Shiming Deng, Lu Yu, Yumin Lai 외 arxiv

Time series forecasting plays a crucial role in contemporary engineering information systems for supporting decision-making across various industries, where Recurrent Neural Networks (RNNs) have been widely adopted due t…

Time Series Forecasting

Evolving Reservoirs for Meta Reinforcement Learning

2023-12-09 · Corentin Léger, Gautier Hamon, Eleni Nisioti, Xavier Hinaut 외

Animals often demonstrate a remarkable ability to adapt to their environments during their lifetime. They do so partly due to the evolution of morphological and neural structures. These structures capture features of env…

Meta Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Evolutionary Planning in Latent Space

2020-11-23 · Thor V. A. N. Olesen, Dennis T. T. Nguyen, Rasmus Berg Palm, Sebastian Risi

Planning is a powerful approach to reinforcement learning with several desirable properties. However, it requires a model of the world, which is not readily available in many real-life problems. In this paper, we propose…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Approximate discounting-free policy evaluation from transient and recurrent states

2022-04-08 · Vektor Dewanto, Marcus Gallagher

In order to distinguish policies that prescribe good from bad actions in transient states, we need to evaluate the so-called bias of a policy from transient states. However, we observe that most (if not all) works in app…

reinforcement-learningReinforcement Learning (RL)

Multimodal LLM-assisted Evolutionary Search for Programmatic Control Policies

2025-08-07 · Qinglong Hu, Xialiang Tong, Mingxuan Yuan, Fei Liu 외 arxiv

Deep reinforcement learning has achieved impressive success in control tasks. However, its policies, represented as opaque neural networks, are often difficult for humans to understand, verify, and debug, which undermine…

Reinforcement Learning