Methods › Reinforcement Learning › Behaviour Policies › Go-Explore

Go-Explore

16 papers tagged archive 2025-07-28

Introduced by Adrien Ecoffet et al. in Go-Explore: a New Approach for Hard-Exploration Problems

archive 2025-07-28 Description, source and code snippet are the archive's method entry.

Go-Explore is a family of algorithms aiming to tackle two challenges with effective exploration in reinforcement learning: algorithms forgetting how to reach previously visited states ("detachment") and from failing to first return to a state before exploring from it ("derailment").

To avoid detachment, Go-Explore builds an archive of the different states it has visited in the environment, thus ensuring that states cannot be forgotten. Starting with an archive beginning with the initial state, the archive is built iteratively. In Go-Explore we:

(a) Probabilistically select a state from the archive, preferring states associated with promising cells.

(b) Return to the selected state, such as by restoring simulator state or by running a goal-conditioned policy.

(c) Explore from that state by taking random actions or sampling from a trained policy.

(d) Map every state encountered during returning and exploring to a low-dimensional cell representation.

(e) Add states that map to new cells to the archive and update other archive entries.

PaperSource

Papers archive 2025-07-28

16 shown of 16, newest first. Repository counts are the archive's code-links table. A Syntology line states what Syntology ran from that paper's harvested code; it is per sample and not a correctness claim.

Tasks archive 2025-07-28

19 tasks the archive attaches to papers tagged with this method, by distinct papers. A task without a page in the catalog is plain text.

TaskPapers
Reinforcement Learning (RL)8
Reinforcement Learning7
reinforcement-learning5
Atari Games3
Montezuma's Revenge3
Imitation Learning2
Continuous Control1
Decision Making1
Deep Reinforcement Learning1
Diversity1
Efficient Exploration1
Management1
Mathematical Reasoning1
MuJoCo1
Multi-agent Reinforcement Learning1
Text Generation1
continuous-control1
energy management1
text-based games1

Usage over time archive 2025-07-28

Papers per year tagged with Go-Explore: 2019 to 2024, peak 7 7 0 2019: 1 paper 2019 2020: 3 papers 2020 2021: 1 paper 2021 2022: 7 papers 2022 2023: 2 papers 2023 2024: 2 papers 2024
Papers per year the archive tags with this method, by the paper's archive date (16 dated). Bars are counts, not a trend claim.

Components: the archive holds no method-to-method composition, so PwC's Components table cannot be rebuilt; the Papers list carries no Results column for the same reason (the archive does not join its leaderboard rows to method tags).

Categories archive 2025-07-28

Behaviour Policies

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections