MCPcopy Index your code
hub / github.com/rlcode/reinforcement-learning / 2-go-explore.py

File 2-go-explore.py

4-atari-hard/2-go-explore.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""Go-Explore Phase 1 (exploration phase) for Montezuma's Revenge.
2
3Ecoffet et al., 2019: "Go-Explore: a New Approach for Hard-Exploration
4Problems" (arXiv:1901.10995); Nature 2021 version "First return, then

Callers

nothing calls this directly

Calls 15

parse_argsFunction · 0.90
RunLoggerClass · 0.90
make_restore_envFunction · 0.90
ExperienceLogClass · 0.85
ArchiveClass · 0.85
cell_keyFunction · 0.85
seed_rootMethod · 0.80
resolve_resumeMethod · 0.45
load_stateMethod · 0.45
resetMethod · 0.45
sampleMethod · 0.45

Tested by

no test coverage detected